@charset "utf-8";
/* CSS Document */

.search-icon{
	padding-right: 15px;
}
.text-slider {
    text-transform: unset;
}
.header-main .main-menu ul li a {
    text-transform: unset;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: unset;
}
.icon img{
	width: 45px;
}
.faq-content .accordion-item .accordion-header .accordion-button {
    text-transform: unset;
}
.beyaz{
	color: #ffffff !important;
}
.bilgi_alan {
    max-width: 300px;
}
.contact-info-area {
    padding-top: 30px;
}
.footer-bottom.style-2 {
    background-color: #0F78A7;
}
.service-box-items::before {
    background-color: #0F78A7;
}
.breadcrumb-wrapper::before {
    background: none;
    opacity: 0;
}
.golge{
	text-shadow: 5px 5px 3px rgba(0,0,0,1);
}
.golge_kucuk{
	text-shadow: 2px 2px 1px rgba(0,0,0,1);
}
.footer-bottom .scroll-icon {
    top: -60px;
}

/* Galeri Görsel Efekti - Azram Enerji */
.news-image {
    overflow: hidden; /* Resim büyüdüğünde dışarı taşmaması için */
    position: relative;
    display: block;
    cursor: pointer;
}

.news-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* Daha akıcı bir büyüme */
}

/* Üzerine gelince resmin büyümesi */
.news-image:hover img {
    transform: scale(1.1);
}

/* Resmin üzerindeki renkli katman */
.news-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 102, 0, 0.3); /* Turuncu tema rengi ve %30 şeffaflık */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* Mouse ile üzerine gelince katmanın görünmesi */
.news-image:hover a::before {
    opacity: 1;
}

/* Linkin tüm alanı kaplaması */
.news-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.foot_img{
   height: 35px; 
}
.adres_alan{
    max-width: 400px;
}



@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1399px) {
    .adres_alan{
        max-width: 350px;
    }
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {

}   

@media only screen and (max-width: 991px) {
    .adres_alan{
        max-width: unset;
    }
} 

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 560px) {

}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}