@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");

:root{
    --main-color: #bba460;
    --black-color: #0e0e0e;
    --border: 0.1rem solid rgba(255,255,255,  0.4);
}

*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.2s ease;
}

/* header start */

.logo img{
    width: 95%;
	max-width: 330px;
}

.logo{
    padding: 5px 0 0 0px;
    display: block;
    width: 105%;
}

.top-bar{
    background-color: #0f2765;
    padding-right: 0;
}

.top-bar ul{
    list-style-type: none;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

.top-bar ul li{
    display: flex;
}

.top-bar ul li a{
    padding: 12px 18px;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    font-size: 15px;
    border-left: 2px solid rgba(75, 75, 75, 0.2);
}

.top-bar ul li span{
    padding-left: 10px;
}

.top-bar ul .sosmed:hover{
    background-color: #028bd2;

}

.main-menu{
    background-color: #fff;
    padding-right: 0;
}

.main-menu ul {
    list-style-type: none;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    height: 100%;
}

.main-menu ul li{
    display: flex;
}

.main-menu ul li a{
    display: flex;
    padding: 25px 15px;
	font-size: 15px;
    color: #0e2765;
    text-decoration: none;
}

.e-katalog {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 5px;
    
}

.main-menu li.e-katalog a{
    background: #bba460;
    color: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    height: fit-content;
    white-space: nowrap;
}

.main-menu li.e-katalog:hover a{
    transform: scale(1.1);
    background-color: #21242b;
    transition: 500ms;
}

.rod a i{
    padding: 5px 5px;
}

.main-menu li.rod a{
   background: #dc1c23;
   color: #fff;
   padding: 25px 25px;
   height: fit-content;
   font-size: 20px;    
}

.main-menu li.search a{
   border-left: 1px solid rgba(75, 75, 75, 0.2);
   padding-left: 28px;
   padding-right: 28px;
   font-size: 20px;
   padding-top: 30px;
}

.main-menu li.hizmet-icon i{
    padding-left: 10px;
    padding-top: 4px;
}

.main-menu li.text a:hover{
    color: #028bd2;
}

.main-menu li.hizmet-icon a:hover{
    color: #028bd2;
}

/* header end */

/* main start */ 
/* slider start */

.main {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  /* Carousel içerik stilleri */
  .carousel-item img {
    object-fit: cover;
    height: 75vh; /* Ekrana uygun bir yükseklik */
  }
  
  /* Geçiş butonları */
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Buton arka planı */
    padding: 15px;
    border-radius: 0;
    
  }
  
  /* Yazı alanı */
  .carousel-caption {
    position: absolute;
    top: 70%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 40%;
  }
  
  .carousel-caption h2 {
    font-size: 25px;
    font-weight: 300;
    color: white;
    line-height: 15px;
  }
  
  .carousel-caption p {
    font-size: 1.2rem;
    color: #ddd;
    margin-bottom: 0;
    font-weight: 300;
    z-index: 3; /* Yüksek bir z-index ile layer'ın üstünde kalmasını sağlarsınız */
    color: white; /* Yazı rengini beyaz olarak belirleyin */
  }
  
  .carousel-caption a {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: underline;
    font-style: italic;
  }
  
  .carousel-caption a:hover {
    letter-spacing: 5px;
  }
  
  /* Duyarlılık (Responsive) ayarları */
  @media (max-width: 768px) {
    .carousel-caption {
      max-width: 80%;
      left: 5%;
    }
  
    .carousel-caption h2 {
      font-size: 1.8rem;
    }
  
    .carousel-caption p {
      font-size: 1rem;
    }
  }

  /* slider end */
  /* service start */

  .pq-fancy-box.pq-style-5 {
    padding: 25px;
    transition: all 0.5s ease;
    background: var(--white-color);
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
    -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    box-shadow: 0px 0px 30px 0 rgb(0 20 9 / 10%);
    background: #ffff;
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-hoverbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-hoverbg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: var(--primary-color);
    opacity: 0.5;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
  
.pq-fancy-box.pq-style-5:hover .pq-fancy-box-hoverbg {
    opacity: 0.1;
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-hoverbg img {
    width: 100%;
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-info {
    position: relative;
}
  
.pq-fancy-box.pq-style-5:hover,
.pq-active .pq-fancy-box.pq-style-5 {
    background: #dc1c23;
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-media {
    display: inline-flex;
    position: relative;
    color: #fff;
    margin-bottom: 0px;
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-icon i {
    font-size: 44px;
    line-height: 72px;
    margin-right: 20px;
    transition: all 0.5s ease;
    display: inline-block;
    color: #dc1c23;
    margin-top: -10px;
    padding-bottom: 5px;
}
  
.pq-fancy-box.pq-style-5:hover .pq-button.pq-button-link span{
    color: var(--white-color) !important;
}
  
.pq-fancy-box.pq-style-5:hover .pq-fancy-box-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--white-color);
}
  
.pq-fancy-box.pq-style-5:hover .pq-fancybox-link,
.pq-active .pq-fancy-box.pq-style-5 .pq-fancybox-link {
    color: var(--white-color);
    border-color: var(--white-color);
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-title {
    color: black;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}
  
.pq-fancy-box.pq-style-5 .pq-fancybox-description {
    color: #666666;
    position: relative;
    margin-bottom: 10px;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 0px;
    text-transform: none;
}
  
.pq-fancy-box.pq-style-5 .pq-button {
    transition: none;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}
  
.pq-fancy-box.pq-style-5:hover .pq-fancy-box-title {
    color: var(--white-color);
}
  
.pq-fancy-box.pq-style-5:hover .pq-fancybox-description {
    color: #fff;
}
  
.pq-fancy-box.pq-style-5:hover .pq-button.pq-button-link {
    color: var(--white-color);
}
  
.pq-fancy-box.pq-style-5:hover .pq-button.pq-button-link i {
    border-color: var(--white-color);
}
  
.pq-fancy-box.pq-style-5 .pq-btn-container {
    position: relative;
}

.service-box .service-box-wrapper{
    position: relative;
    top: -90px;
    overflow: hidden;
    z-index: 9999;
    left: 0;
    width: 100%;
}

.service-box{
    position: relative;
}
.service-box .srvc-content{
    width: 100%;
    height: 100%;
    position: relative;
}
.container{
    max-width: 1420px;
}

@media (max-width: 768px) {
    .service-box .row {
      row-gap: 10px; /* 20px boşluk ekler */
    }
  
    .pq-fancy-box {
      margin-bottom: 10px; /* Alternatif yöntem */
    }
  }

@media (max-width: 1199px) {
    .service-box .row {
        row-gap: 10px;
         
    }

    .pq-fancy-box {
        margin-bottom: 10px;
    }

}  

@media (max-width: 1200px) {
    .service-box-wrapper .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    
  }

/* service end */
/* hizmet start */

.hizmet-back {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 40vh;
}
.hizmetlerimizdiv {
    position: relative;
    padding-top: 30px;
}

.hizmetlerimizdiv img{
    max-width: 100%;
}

.hizmetlerimizdiv .titleh{
    position: relative;
    z-index: 1;
    color: #000000;
}

.hizmetlerimizdiv .titleh h2{
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin: 20px 0px 40px 0;
}

.hizmetlerimizdiv .titleh p{
    color: #fff;
    text-align: center;
    letter-spacing: 15px;
    text-transform: uppercase;
    font-size: 17px;
}


.hizmet-swiper .swiper {
    width: 100%;
    height: 100%;
}

.hizmet-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hizmet-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hizmet-swiper .swiper {
    width: 100%;
}

.hizmet-swiper .swiper-wrapper{
    height: 380px;
}

.hizmet-swiper .swiper-slide img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    transition: 500ms;
}

.hizmet-swiper .swiper-slide .hizmet-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #0e2765;
    padding: 15px 20px;
    border-radius: 10px;
    opacity: 0;
    transition: 500ms;
}

.hizmet-swiper .swiper-slide:hover .hizmet-icon{
    opacity: 1;
}

.hizmet-swiper .swiper-slide:hover .hizmet-icon i{
    font-size: 15px;
}

.hizmet-swiper .swiper-slide .hizmet-icon:hover{
    background-color: #028bd2;
    opacity: 1;
}
 
.hizmet-swiper .swiper-slide .hizmet-title a{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    background-color: rgba(3, 36, 57, 0.7);
    padding: 10px 10px;
    border-radius: 5px;
    width: 80%;
    transition: 500ms;
}
 
.hizmet-swiper .swiper-slide:hover .hizmet-title a{
    bottom: 10px;
}

.hizmet-swiper .swiper-wrapper {
    height: 380px;
}

.hizmet-swiper .swiper-slide .hizmet-title a:hover{
    color: #028bd2;
    transition: color 0.5s ease-in-out;
    transition: 500ms;
}

 .hizmet-swiper .swiper-slide:hover img{
    transform: scale(1.1);
}

.hizmet-swiper .swiper-slide {
    overflow: hidden;
    border-radius: 30px; 
}

/* hizmet end */
/* neden biz start */

.nedenbiz{
    margin-top: 30px;
}

.nedenbiz .pq-section-sub-title{
    font-size: 40px;   
}

.nedenbiz .pq-section{
    margin-bottom: 50px;
    margin-top: 80px;
}

.nedenbiz .pq-fancy-box{
    margin-bottom: 20px;
}

/* fancy-boxları üstte bir kez yazdığımız için bir daha yazmamıza gerek kalmadı */
/* neden biz end */
/* contact-us start */



.contact-us-back{
    width: 100%;
    height: 29vh;
    object-fit: cover;
}

.contact-us-back img{
    max-width: 100%;
}

h6.cu-title{
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

h6.cu-title span{
    font-weight: 300;
}

.contact-us-menu a.iletisim{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #dc1c23;
    padding: 15px 60px;
    border-radius: 5px;
    position: relative;
    top: 20px;
}

.contact-us-menu a.iletisim:hover{
    background-color: #21242b;
    transition: 0.5s ease-in-out;
}

.contact-us-menu a.iletisim i{
    font-size: 12px;
    padding-left: 10px;
}

.contactcon{
    position: relative;
}

@media (max-width: 1310px){
    h6.cu-title{
        font-size: 20px;
    }
}

@media (max-width: 768px){
    h6.cu-title{
        font-size: 17px;
    }
}

@media (max-width: 590px){
    h6.cu-title{
        font-size: 14px;
    }
}

/* contact-us end */
/* portfolio start */

.portfolio .swiper {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
  
.portfolio .swiper-wrapper {
    display: flex;
    align-items: center;
}
  
.portfolio .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto; /* Görsellerin doğal boyutlarını koruması için */
}
  
.portfolio .swiper-slide img {
    max-width: 75%; /* Logoların maksimum genişliği */
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
  
.portfolio .swiper-slide img:hover {
    transform: scale(1.1); /* Hover efekti */
}
  
/* Swiper navigasyon butonları */
.portfolio .swiper-button-next,
.swiper-button-prev {
    color: #333; /* Ok renkleri */
    font-size: 20px;
}
  
.portfolio .swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.portfolio{
    background-color: #fff;
}

/* portfolio end /
/* footer start */

.footer {
    background-color: #21242b;
    color: white;
    padding: 50px 0 0 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.footer .footer1{
    position: relative;
    z-index: 1;
}

.footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-social a:hover {
    background-color:#028bd2;
    transition: 0.5s ease-in-out;
}

.footer a:hover{
    color: #ffffff;
}

.footer-block {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-bottom: 5px;
}

/* Sosyal Medya İkonları */
.footer-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.footer-social ul li a i {
    font-size: 16px;
}

/* Liste Stilleri */
.ft-contact {
    list-style: none;
    padding: 0;
}

.ft-contact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ft-contact li i {
    margin-right: 10px;
}

/* Adres */
.ft-contact li span {
    display: inline-block;
    max-width: 300px;
}

/* Telif Hakkı Alanı */
.ft-copyright-footer {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin-top: 30px;
}

.ft-copyright-footer a {
    color: #ffffff;
    font-weight: bold;
}

/* Arka Plan Görseli */
.arkaplanfooter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 50%;
    opacity: 0.2;
    z-index: 0;
}

.footer .pq-footer-logo{
    height: 60px;
    width: auto;
    margin-left: -35px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-block{
    margin-top: 25px;
}

.footer .mail{
    text-transform: none;
}

.ft-contact li a:hover{
    color: #028bd2;
    transition: 0.5s ease-in-out;
}

#back-to-top .topbtn {
    border-radius: 3px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    margin: 0px;
    color: white;
    background: #dc1c23;
    z-index: 999;
    font-size: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 99999;
}

#back-to-top .topbtn:hover{
    background-color: #21242b;
    transition: 0.5s ease-in-out;

}

.footer .fttm{
    padding-left: 15px;
}

/* footer end */
/* kurumsal start */

.kurumsal img{
    width: 100%;
    height: 23vh;
}

.kurumsal .kurumsal-title{
    text-align: center;
    margin-top: 25px;
    font-size: 37px;
    font-weight: 600;
    word-spacing: 10px;
    margin-bottom: 5px;
}

.kurumsal .kurumsalp{
    text-align: center;
    color: #b8a468;
    letter-spacing: 20px;
    margin-bottom: 30px;
}

.kurumsal .kurumsalp2{
    padding-top: 0px;
    text-align: left;
    color: #839297;
    font-weight: 300;
    line-height: 35px;
}

/* kurumsal end */
/* üretim start */

.uretimdiv img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 0px;
  }
  
.uretimyazi h3{
    color: #bba460;
    margin-left: 40px;
    font-weight: 400;
    margin-bottom: -7px;
    padding-bottom: 20px;
}
  
.uretimyazi p{
    color: green;
    margin-left: 40px;
    padding-right: 80px;
    line-height: 27px;
    color: #484848;
  }
  
.uretimyazi{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  
.uretimdiv .col-lg-6{
    padding: 0 !important;
}
  
.uretimdiv{
    margin-top: 60px;
}

/* üretim end */

.nav-button {
    display: none;
    
}

.mobile-menu {
    display: none;
    height: 0;
    overflow: hidden;
    transition: 500ms;
    position: absolute;
    top: 80px;
    z-index: 999999999999;
    background: #ececec;
}

.mobile-menu.openmenuu {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



@media (max-width: 1360px) {
    .main-menu ul li a {
        padding: 25px 10px;
        font-size: 14px;
    }
}




@media (max-width: 1200px) {
    .top-bar {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .nav-button {
        display: block;
        background: #028bd2;
        color: #fff;
        padding: 10px 15px;
        height: fit-content;
        font-size: 20px;
        border-radius: 5px;
        margin-left: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
}

    .mobile-menu {
        display: block;
        padding: 0;
        
    }


    .mobile-menu ul {
        padding: 0;
        margin-bottom: 0;
    }

    .mobile-menu ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
		background-color: #fff;
    }

    .mobile-menu ul li:last-child {
        border-bottom: none;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        color: #000;
        padding: 15px 30px;
        display: block;
    }

    .mobile-menu ul li.e-katalog{
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

    .mobile-menu ul li a:hover {
        background-color: #0e2765;
        color:#fff
    }
}
  
@media (max-width: 991px) {
    h6.cu-title {
        text-align: center;
    }
    .contactcon .col-lg-4{
        text-align: center;
    }
}

@media (max-width: 991px) {
    .uretim-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
}

.referans-logo {
    padding: 20px 35px;
}

.referans-logo img{
    width: 75%;
}


.contact-us .pq-button:hover,
.contact-us .pq-button:focus {
  color: var(--white-color);
  background: var(--dark-color);
}

.contact-us{
    margin-top: 30px;
  }

.iletisimdiv iframe{
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border-radius: 20px;
}
  
.iletisimdiv h4{
    font-size: 22px;
    font-weight: 300;
}

.pq-contact-box {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 3px 3px 3px 3px;
    /* border: 1px solid #bba460; */

    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  
.pq-contact-box-icon {
    text-align: center;
}
  
.pq-contact-box-icon i {
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    display: inline-block;
    border-radius: 3px;
    height: 60px;
    background: var(--primary-color);
    background-color: #dc1c23;
    color: #fff;
}
  
.pq-contact-box-info {
    text-align: center;
    margin-top: 10px;
}
  
.pq-contact-box-description {
    margin-bottom: 0;
    margin-top: 0px;
    color: #212121;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0px;
}

.galeri-menu .galeris{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.galeri-menu .galeris img{
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.galeri-menu .galeri-icon{
    position: absolute;
    top: 40px;
    color: #fff;
    right: 40px;
    background-color: #bba460;
    padding: 15px 20px;
    border-radius: 5px;
    opacity: 0;
}

.galeris:hover .galeri-icon{
    opacity: 1;
    transition: 700ms;
}

.galeri-menu .galeri-icon:hover{
    background-color: #000;
    transition: 500ms;
}

.galeris:hover img{
    transform: scale(1.1);
    transition: 500ms;
}


@media (max-width:575px ) {
    .galerimg {
        width: 100%;
    }
}

.proje-menu{
    margin: 50px 0;
}


.proje-menus {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.proje-menus:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.proje-info {
    position: relative;
}

.proje-info img {
    width: 100%;
    height: 40vh;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    transition: 500ms;
}

.proje-info:hover img{
    transform: scale(1.1);
    transition: 500ms;
}


.proje-icon {
    position: absolute;
    top: 25px;
    right: 30px;
    background: #bba460;
    color: #fff;
    padding: 18px 22px;
    border-radius: 10%;
    font-size: 12px;
    opacity: 0;
}

.proje-info:hover .proje-icon{
    opacity: 1;
    transition: 500ms;
}

.proje-icon:hover {
    background: #000000;
    transition: 500ms;
}

.proje-title {
    position: absolute;
    bottom: 20px;
    right: 45px;
    width: 70%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px;
    border-radius: 3px;
}

.proje-title .text {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}


.proje-title .text:hover {
    color: #bba460;
}

.proje-info:hover .proje-title{
    transform: translateY(-10px);
    transition: 500ms;
}

@media (max-width: 576px) {
    .prot{
        width: 100%;
    }
}

img.krms{
    width: 100%;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 200px;
    z-index: 9999; 
}

.dropdown-menu li {
    padding: 10px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}



.main-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.header ul.dropdown-menu{
    display: none;
    width: 300px;
}


#search-box {
    position: absolute;
    top: 125px;
    right: 50px;
    background: white;
    border: 1px solid #ccc;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 999;
}
  
#search-box input {
    border: none;
    outline: none;
    padding: 14px;
    width: 200px;
    background-color: #f4f6f9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px ;
    font-size: 14px;
    margin-bottom: 0;
}
  
#search-box button {
    background: #028bd2;
    color: white;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
  
#search-box.hidden {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

#right-menu{
    visibility: hidden;
}

#right-menu.open{
    visibility: visible;
}

.right-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mc-background-overlay{
    opacity: 0.7;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

#right-menu .mc-sidebar{
    width: 450px;
    position: fixed;
    top: 0;
    right: -1000px;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    transition: 500ms;
}

.open#right-menu .mc-sidebar{

    right: 0;
}

.mc-block-image img{
    width: 275px;
}

.mc-block-image{
    margin-bottom: 20px;
    text-align: center;
}


.sidebarmenup {
    font-size: 14px;
    line-height: 22px;
    margin-top: 50px;
    color: black;
}

.pq-button-block{
    background-color: #028bd2;
    padding: 12px 134px;
    border-radius: 3px;
}

.pq-button-block:hover{
    background-color: #000;
    transition: 900ms;
}


.mc-close{
    position: absolute;
    left: 0;
    background: #028bd2;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 0px;
    font-size: 20px;
}

.mc-close-btn a{
    z-index: 9;
}

.mc-block-group{
    position: relative;
    margin-top: 0px;
}

.mc-sidebar-menu{
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.mc-sider-block{
    padding: 60px 30px 30px 30px;
    height: 100%;
}

input, textarea, input.form-control {
    background: var(--grey-color);
    border: 1px solid #ccc;
    color: var(--dark-color);
    margin-bottom: 15px;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    outline: none;
    border-radius: 50px;
}

.mc-sidebars{
    margin-top: -130px;
}

input.second-name-field{
    background-color: #f4f6f9;
}

input.doctor-name-field{
    background-color: #f4f6f9;
}

input.e-mail-field{
    background-color: #f4f6f9;
}

input.disease-name-field{
    background-color: #f4f6f9;

}



/*-----REVİZE-----*/
.dropdown-menu li {
    background-color: #f5f5f5;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 2;
}

.carousel-caption {
    z-index: 3; /* Yüksek bir z-index ile layer'ın üstünde kalmasını sağlarsınız */
    color: white; /* Yazı rengini beyaz olarak belirleyin */
}

.fancyboxmedia2{
    margin-bottom: 20px !important;
}

  
.line-container::before {
    left: 0;
}
  
.line-container::after {
    right: 0;
}
  
.pq-section-sub-title {
    position: relative;
    z-index: 1;
    padding: 0 0px;
}

.sliderbtn2{
    margin-left: 15px;
    background: none !important;
    border: 2px solid #fff;
    color: #fff;
}

.carousel-caption .sliderbtn2:hover{
    background-color: #0e2765 !important;
}


/* Animasyonu tanımlıyoruz */
@keyframes slideIn {
    from {
      transform: translateX(-100%); /* Başlangıçta solda dışarıda */
      opacity: 0;
    }
    to {
      transform: translateX(0); /* Animasyon sonunda, normal konumunda */
      opacity: 1;
    }
  }
  
  /* Slider başlıkları ve metinlerine animasyon ekliyoruz */
  .carousel-caption h2,
  .carousel-caption p {
    animation: slideIn 1s ease-out forwards;
    opacity: 0; /* Başlangıçta yazılar gizleniyor */
  }
  
  .carousel-caption h2 {
    animation-delay: 0.5s;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
    line-height: 55px;
  }
  
  .carousel-caption p {
    animation-delay: 0.5s; /* Metin animasyonunun başlangıcı biraz gecikmeli, ikisi aynı anda kayacak */
  }

.threebox{
    text-decoration: none;
}


.footer {
    position: relative;
 /*   background-image: url('/hekimogul/assets/images/footer-bg.png'); 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; */
    padding: 40px 0; 
  }

/* Footer'a layer eklemek için pseudo-element */
.footer::after {
    content: ''; /* İçerik boş, sadece görsel katman */
    position: absolute; /* Katmanı mutlak konumda yerleştiriyoruz */
    top: 0; /* Üst kısmı sıfırlıyoruz */
    left: 0; /* Sol kısmı sıfırlıyoruz */
    right: 0; /* Sağ kısmı sıfırlıyoruz */
    bottom: 0; /* Alt kısmı sıfırlıyoruz */
    background-color: rgba(19, 40, 98, 1); /* Mavi renk, opaklık %50 */
    z-index: 1; /* Katmanı fotoğrafın üstüne yerleştiriyoruz */
}

.footer .footer1 {
    position: relative; /* İçeriğin layer'ın üzerinde olmasını sağlıyoruz */
    z-index: 2; /* İçerik layer'dan ön planda olacak şekilde */
}


.pq-footer-logo {
    width: 300px !important; /* Genişlik ayarı */
    height: auto !important; /* Oranlarını koruyarak yüksekliği otomatik ayarla */
    max-width: 100% !important; /* Responsive olması için maksimum genişlik */
}

.contact-us-menu::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 40, 98, 0.8);
    pointer-events: none;
    z-index: 1; /* layer2'nin z-index değerini düşürün */
    mix-blend-mode: multiply;
}
  
.contactcon {
    position: relative;
    z-index: 3; /* Yazının z-index değerini artırarak üstte olmasını sağlayın */
}

.contact-us-menu{
    margin-top: 100px;
    background: url(../slider/banner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0 90px 0;
}

.pq-fancy-box.pq-style-5:hover  .threebox{
    color: #000 !important;
}

/* Açılır menü stil */
.hizmet-icon .dropdown-menu {
    background-color: #00509e; /* Açılır menü arka planı mavi */
    padding: 0;
}
  
  /* Menü öğeleri */
.hizmet-icon .dropdown-menu li {
    margin: -1px; /* Aralarındaki boşluğu kaldır */
    padding: 5px 20px; /* Yazı etrafındaki boşlukları çok azalt */
    font-size: 15px; /* Yazı boyutunu ayarla */
    border-bottom: 2px solid #ccc; /* Her öğenin altında çizgi */
	background-color: #fff;
}
  
  /* Menü öğelerinin yazı rengi siyah */
.hizmet-icon .dropdown-menu li a {
    color: black; /* Yazı rengi siyah */
    text-decoration: none; /* Alt çizgi yok */
    display: block; /* Tüm alanı kapsayan tıklanabilir alan */
    padding: 5px 0; /* Dikey padding */
    transition: background-color 0.3s ease, padding-left 0.3s ease; /* Yumuşak geçiş efektleri */
	font-size: 14px;
}

#mobile-menu .hizmet-icon .dropdown-menu li a{
	padding: 3px 0;
	font-size: 12px;
}
  
  /* Hoverda arka plan rengi değişimi ve padding soldan artış */
.hizmet-icon .dropdown-menu li a:hover {
    width: 100%;
    color: #fff;
}

.hizmet-icon .dropdown-menu li:hover {
    background-color: #003366; /* Hoverda koyu mavi arka plan */
}

.hizmet-icon .dropdown-menu li:hover a{
    color: #fff !important;
}

  
  /* Son öğede alt çizgi olmasın */
.hizmet-icon .dropdown-menu li:last-child {
    border-bottom: none; /* Son öğede çizgi yok */
}

@media (max-width: 468px){
    .logo{
    padding: 0px 0px 0 0px;
    display: block;
    width: 200%;
    }
}


@media (max-width: 968px){
    .carousel-caption h2 {
        font-size: 20px;
    }
}


@media (max-width: 468px){
    .service-box-wrapper{
        margin-top: 20px;
    }
}


@media (max-width: 468px) {
    .pq-fancy-box.pq-style-5 .pq-fancy-box-title{
        margin-top: 0;
    } 
}


  
  /* Açıldığında menü görünür */
.mobile-menu .dropdown-menu.open {
    display: block !important;
    position: relative;
    width: 100%;
}


.header .navbar [class*=col-] {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.header-icon {
    display: flex;
    align-items: center;
    margin-top: 13px;
    margin-right: 22px;
}

.ms-20px {
    margin-left: 20px !important;
}

.whats-float {
    width: 165px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
}

a {
    -webkit-transition: .3s;
    transition: .3s;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
}



.whats-float a span {
    color: white;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.country-flag img {
    width: 40px;
}

.country-flag.selected {
    display: none;
}

.wp-text{
    font-size: 12px;
    font-weight: 400;
}

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
  
.line-container::before,
.line-container::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: red;
    margin: 0 15px;
}

.pq-fancy-box-title {
    color: white; /* Normal durumda beyaz renk */
    transition: color 0.3s ease; /* Renk değişimi için geçiş süresi */
}

.pq-fancy-box-title:hover {
    color: white !important; /* Hover durumunda beyaz renk */
}

.layer3{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    background-color: rgb(19 40 97);
    pointer-events: none;
    z-index: 1;
}

.pq-fancy-box.pq-style-5:hover .pq-fancy-box-title {
    color: #fff !important; /* Beyaz renk */
    transition: color 0.3s ease; /* Geçiş efekti */
}
  
.pq-fancy-box.pq-style-5:hover .pq-fancy-box-info a {
    color: inherit !important; /* Bağlantının renk değiştirmesini engeller */
}
  
.pq-fancy-box.pq-style-5 .pq-fancy-box-title {
    color: initial; /* Başlangıçta yazı rengini belirleyin */
}








.ttm-page-title-row {
    background: url(../img/banner2.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
}

.ttm-page-title-row-inner {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background-color: rgb(18 38 76 / 20%);
}

@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.page-title-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 46px;
    color: #fff !important;
}


/* Kurumsal bölümünün kapsayıcısı */
#kurumsal {
    background-color: #ffffff;
    padding: 40px 0;
    font-family: 'Georgia', serif;
}

#kurumsal .container {
    width: 80%;
    margin: 0 auto;
}

#kurumsal h1 {
    text-align: center;
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
    font-family: 'Arial', sans-serif;
}

/* Kurumsal sayfasındaki başlıklar */
#kurumsal h2 {
    font-size: 30px;
    color: #000000;
    margin-top: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

/* Kurumsal sayfasındaki paragraflar */
#kurumsal p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    text-align: justify;
}

/* Kurumsal sayfasındaki özel bölüm boşlukları */
#kurumsal .section-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Kurumsal sayfasındaki her bölümün düzeni */
#kurumsal .about, #kurumsal .mission, #kurumsal .vision {
    margin-bottom: 20px;
}

/* Mobil uyumlu stil */
@media (max-width: 768px) {
    #kurumsal .section-content {
        gap: 20px;
    }

    #kurumsal h1 {
        font-size: 30px;
    }

    #kurumsal h2 {
        font-size: 28px;
    }

    #kurumsal p {
        font-size: 16px;
    }
}


.policy_page {
    padding: 5em 0;
    position: relative;
}

.policy_page p {
    font-size: 14px;
    color: #434343;
    font-weight: 400;
    line-height: 6mm;
}

.pq-widget {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 22px;
    background: #f4f6f9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pq-widget ul {
    padding: 0;
    margin: 0;
}

.pq-widget.pq-widget-port .menu li {
    margin: 0 0 13px 0;
    list-style: none;
}

.pq-widget.pq-widget-port .menu li a {
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    color: black;
    text-transform: capitalize;
    border: none;
    display: block;
    transition: all 0.5s linear;
    -webkit-transition: none;
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
}

.pq-widget.pq-widget-port .menu li>a:before {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    right: 24px;
    left: auto;
    top: 19px;
    color: inherit;
    line-height: normal;
    color: #dc1c23;
    font-weight: 600;
}

.hizmetiletisimrow {
    background: #f6f6f6;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0px;
    border-radius: 10px;
}



.hizmet-iletisim {
    /* background-color: #f4f6f9; */
    /* width: 150px; */
    /* height: 120px; */
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.hizmet-iletisim i {
    color: #dc1c23;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 33px;
    border: 1px solid #dc1c23;
    border-radius: 50px;
}

.hizmet-iletisim p {
    color: #2d2d2d;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    margin-top: 5px;
}

.alt-page-section {
    padding-top: 10px;
    padding-bottom: 10px;
}


.p50 {
    padding-top: 10px;
    padding-bottom: 10px;
}


[data-anime].appear {
    opacity: 1;
}

.ic-format {
    text-align: left;
    margin-top: 30px;
    position: relative;
    margin-bottom: 15px;
}

.ic-format p {
    font-size: 26px;
    color: #262a38;
    display: inline;
    position: relative;
    background: white;
    z-index: 5;
    padding-right: 20px;
}

.ic-format::after {
    right: 0;
    transform: translateY(-50%);
}

.ic-format::after {
    content: "";
    position: absolute;
    top: 45%;
    width: 100%;
    height: 1px;
    background-color: #262a38;
    z-index: 4;
}

.uretimresim {
    width: 100%;
    height: 35vh;
    border-radius: 10px;
    object-fit: cover;
}


@media only screen and (max-width: 990px) {
    .terscevir {
        flex-direction: column-reverse;
    }
}

.paragraf{
    font-weight: 300;
}


.all-services{
    margin-top: 50px;
}

.hizmetiletisimrow a{
    text-decoration: none !important;
}

.whats-float a i {
    transition: transform 0.8s ease; /* Yavaş bir dönüş efekti */
}

.whats-float a:hover i {
    transform: rotate(360deg); /* 360 derece döner */
}

.pq-rhs-img img{
    height: 30vh;
    object-fit: cover;
    width: 100%;
}

.pt-4{
    padding-top: 0px !important;
}

#media_image img{
    object-fit: cover;
}

.pq-section-description p {
    font-weight: 300;
}

.pq-section-description .titleh{
    font-size: 20px;
}

.no-padding {
    padding: 0 !important;
}

.column-title.title-small {
    font-size: 36px;
}

.column-title span {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 40px 0;
    display: block;
    font-weight: 400;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.page-heade{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

.isg-katip p{
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 26spx;
}

.isg-katip ol{
    list-style: none;
    padding-left: 0;
}

.btn-isg{
    padding: 15px;
    border-radius: 30px;
    background-color: #dc1c23;
    border: 2px solid #dc1c23 !important; /* Bu satır ile kırmızı bir sınır eklediniz */
}

.btn-isg:hover{
    background-color: #780000;
    border: 2px solid #000 !important;
}

.page-heade {
    position: relative;
    padding-right: 20px; /* Çizginin başlıkla bitiş mesafesi */
}

.page-heade:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 80%;
    height: 1px;
    background-color: #dc1c23;
    transform: translateY(-50%);
}

.page-heade2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 73%;
    height: 1px;
    background-color: #dc1c23;
    transform: translateY(-50%);
}



    /* Sayfa yüklendiğinde kaydırmalı animasyon */
    .hakkimizda-text, .misyonvizyon-text {
        opacity: 0;
        transform: translateX(-50%); /* Daha yakın başlangıç */
        animation: slideInFromLeft 1s forwards;
    }

    .hakkimizda-image, .misyonvizyon-image {
        opacity: 0;
        transform: translateX(50%); /* Daha yakın başlangıç */
        animation: slideInFromRight 1s forwards;
    }

    .row.p50:nth-child(1) .hakkimizda-text {
        animation-delay: 0.5s;
    }

    .row.p50:nth-child(1) .hakkimizda-image {
        animation-delay: 1s;
    }

    .row.p50:nth-child(2) .misyonvizyon-text {
        animation-delay: 1.5s;
    }

    .row.p50:nth-child(2) .misyonvizyon-image {
        animation-delay: 2s;
    }

    @keyframes slideInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-50%);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideInFromRight {
        0% {
            opacity: 0;
            transform: translateX(50%);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }


#goog-gt-tt, .skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}





#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 15px;
    text-align: center;
    z-index: 1000000;
    width: 100%;
}


#cookie-banner p {
    margin: 20px;
    font-size: 14px;
}

#cookie-banner .buttons {
    margin-top: 10px;
}

#cookie-banner .buttons button.accept {
    background-color: #008101;
    color: white;
    border: none;
    padding: 10px 45px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 20px;
}

#cookie-banner .buttons button.reject {
    background-color: #da251c;
    color: white;
    border: none;
    padding: 10px 45px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 20px;
}



.tabs {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.tab {
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.tab.active {
    color: #dc1c23;
    border-bottom: 3px solid #dc1c23;
}

.content {
    display: none;
    margin-top: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: auto;
}

.content.active {
    display: block;
}

.btnhesapla{
    background-color: #dc1c23;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
}

.h2title{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
}

.hesaplayınp{
    font-weight: 300;
}

.ttm-page-title-row .title{
    text-transform: none;
}


.col-xl-3.col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center; 
}

.footerimg {
    max-width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.footerimg img {
    max-width: 370px;
    height: auto;
    object-fit: contain;
}

.ftimgcontainer {

    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 991px) {
    .ftimgcontainer {
        display:none
    }
    .contact-us-menu .col-xl-9 {
        text-align: center;
    }
}


.hesapsonuc {
	margin-top: 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;	
	}

.getiriliyor {
	color: green;
    font-weight: 400;	
	}

@media (min-width: 1200px) {
    .col-xl-10 {
        flex: 0 0 auto;
        width: 77%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 23%;
    }
}


.mobile-menu .icon-hizmet{
	padding-left: 5px;
}

.mobile-menu .icon-islem{
	padding-left: 16px;
}


.mobile-menu {
    display: block; /* Daha önce display: none kullanıyordun, artık gerek yok */
    position: fixed;
    top: 82px;
    left: -100%; /* Menü başlangıçta görünmez olacak */
    width: 250px; /* Menü genişliği */
    height: 100vh;
    background: #ececec;
    transition: left 0.3s ease-in-out; /* Geçiş efekti */
    z-index: 999999999999;
}

.mobile-menu.openmenuu {
    left: 0; /* Açıldığında menü görünür olacak */
	background-color: #fff;
}


.mobile-menu {
    max-height: 100vh; /* Menü en fazla ekranın %90'ını kaplasın */
    overflow-y: auto; /* Dikey kaydırma ekleyelim */
    scrollbar-width: thin; /* Firefox için ince kaydırma çubuğu */
}

/* WebKit tarayıcıları için (Chrome, Safari) kaydırma çubuğunu özelleştirebiliriz */
.mobile-menu::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

.profile-card {
            text-align: center;
            padding: 45px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            background: #fff;
            transition: 0.3s;
}
.profile-card:hover {
            transform: translateY(-5px);
}
.profile-img {
            width: 150px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
}
.profile-name {
            font-weight: 500;
            font-size: 20px;
            margin-bottom: 5px;
}
.profile-desc {
            font-size: 0.9rem;
            color: #555;
}


.fixMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999999999;
	padding-left: 0;
}


.fixMenu li {
    width: 50%;
    float: left;
    list-style: none;
}


.fixMenu li a.ara {
    color: #fff;
    font-weight: bold;
	background-color: #028bd2;
	text-decoration: none;
}


.fixMenu li a.wh {
    background: #25d366;
    color: #fff;
    font-weight: bold;
	text-decoration: none;
}

.fixMenu li a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    padding: 8px;
    font-weight: 300;
    font-size: 14px;
    height: 40px;
}


.fixMenu{
	display: none;
}




@media (max-width: 600px) {
    .fixMenu {
        display: block;
    }
}


.mobile-iletisim{
	font-size: 16px;
}

.paragrafh{
	font-size: 15px;
}



@media (max-width: 1200px) {
    .header {
        position: fixed;
		z-index: 99999999;
		background-color: #fff;
		width: 100%
    }
}



@media (max-width: 500px) {
    .pq-widget {
		display: none;
    }
	#media_image{
		display: none;
	}
}




@media (min-width: 468px) and (max-width: 1200px) {
    .logo img{
		width: 100% !important;
	}
	.header {
		height: 83px;
	}
}





















  @media (max-width: 468px) {
    #playButtonWrapper {
      top: 150px !important;
      left: 50% !important;
      transform: translateX(-50%);
    }

    #playBtn {
      width: 20% !important;
      height: auto !important;
	  position: relative;
	  right: 100px;
    }

    #videoModal {
      left: 0 !important;
      width: 100% !important;
      padding: 10px;
    }

    #promoVideo {
      width: 100% !important;
      height: auto !important;
    }

    #closeBtn {
      top: 10px;
      right: 15px;
      font-size: 25px;
    }
	  
  }






@media (max-width: 468px) {
  .custom-play-button {
    top: 150px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .custom-play-button img.open-video-modal {
    width: 30% !important;
    height: auto !important;
  }

  .custom-video-modal {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .custom-video-modal video.modal-video-content {
    width: 90% !important;
    height: auto !important;
  }

  .custom-video-modal .close-video-modal {
    top: 10px !important;
    right: 15px !important;
    font-size: 25px !important;
  }
}




