.home-hakkimizda {
width: 100%;
height: auto;
position: relative;
}.home-hakkimizda .title {
font-size: 22px;
margin-bottom: 20px;
font-weight: 700;
}.home-hakkimizda .textt {
font-size: 14px;
font-weight: 400;
}.home-hakkimizda a {
width: 100%;
display: block;
padding: 0 !important;
}.home-hakkimizda a img {
width: 100%;
}/* Hizmetlerimiz Swiper Alanı */
.home-hizmetler {
width: 100%;
background-color: #fff;
padding-bottom: 60px;
}.home-hizmetler .hizmetler-header {
background-color: #ececec;
padding: 12px 0;
margin-bottom: 40px;
}.home-hizmetler .hizmetler-header .container {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}.home-hizmetler .hizmetler-title {
font-size: 19px;
font-weight: 600;
color: #444;
margin: 0;
line-height: 1;
}.home-hizmetler .hizmet-nav-btn {
background: transparent;
border: none;
color: #777;
font-size: 20px;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 4px 8px;
transition: color 0.2s ease, transform 0.2s ease;
line-height: 1;
}.home-hizmetler .hizmet-nav-btn:hover {
color: #111;
transform: scale(1.15);
}.home-hizmetler .hizmet-nav-btn:disabled,
.home-hizmetler .hizmet-nav-btn.swiper-button-disabled {
opacity: 0.35;
cursor: not-allowed;
transform: none;
}.home-hizmetler .hizmet-card {
text-align: center;
padding: 10px 12px;
display: flex;
flex-direction: column;
align-items: center;
}.home-hizmetler .hizmet-icon-wrap {
width: 90px;
height: 90px;
border-radius: 50%;
border: 3px solid #32383F;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 18px;
background: #fff;
text-decoration: none;
transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
overflow: hidden;
}.home-hizmetler .hizmet-icon-wrap img {
max-width: 60px;
max-height: 60px;
object-fit: contain;
display: block;
transition: transform 0.3s ease;
}.home-hizmetler .hizmet-card:hover .hizmet-icon-wrap {
border-color: #32383f;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
transform: translateY(-2px);
}.home-hizmetler .hizmet-card:hover .hizmet-icon-wrap img {
transform: scale(1.06);
}.home-hizmetler .hizmet-name {
font-size: 16px;
font-weight: 700;
margin: 0 0 10px;
line-height: 1.3;
}.home-hizmetler .hizmet-name a {
color: #222;
text-decoration: none;
transition: color 0.2s ease;
}.home-hizmetler .hizmet-name a:hover {
color: #ff6b00;
}.home-hizmetler .hizmet-desc {
font-size: 13px;
color: #555;
line-height: 1.55;
margin: 0 0 14px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 56px;
font-weight: 500;
}.home-hizmetler .hizmet-link {
font-size: 13px;
font-weight: 600;
color: #222;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
transition: gap 0.2s ease, color 0.2s ease;
}.home-hizmetler .hizmet-link i {
font-size: 12px;
transition: transform 0.2s ease;
}.home-hizmetler .hizmet-link:hover {
color: #ff6b00;
gap: 10px;
}.home-hizmetler .hizmet-link:hover i {
transform: translateX(2px);
}/* Haberler & Duyurular Ticker */
.home-duyuru {
width: 100%;
background-color: #ebebeb;
}.home-duyuru .duyuru-bar {
display: flex;
align-items: center;
height: 46px;
gap: 15px;
padding: 0px 25px;
}.home-duyuru .duyuru-etiket {
flex-shrink: 0;
font-size: 14px;
font-weight: 700;
color: #666;
letter-spacing: 0.2px;
white-space: nowrap;
}.home-duyuru .duyuru-swiper {
flex: 1;
height: 46px;
overflow: hidden;
}.home-duyuru .duyuru-swiper .swiper-wrapper {
height: 100%;
}.home-duyuru .duyuru-swiper .swiper-slide {
display: flex;
align-items: center;
height: 100%;
}.home-duyuru .duyuru-link {
font-size: 13.5px;
font-weight: 500;
color: #314457;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
max-width: 100%;
transition: color 0.2s ease;
}.home-duyuru .duyuru-link:hover {
color: #ff6b00;
}.home-duyuru .duyuru-nav {
display: flex;
align-items: center;
gap: 3px;
flex-shrink: 0;
}.home-duyuru .duyuru-btn {
background: transparent;
border: none;
color: #333;
font-size: 17px;
cursor: pointer;
padding: 3px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: color 0.2s ease, transform 0.15s ease;
line-height: 1;
}.home-duyuru .duyuru-btn:hover {
color: #000;
transform: scale(1.15);
}@media (max-width: 768px) {
.home-duyuru .duyuru-bar {
height: auto;
padding: 8px 0;
flex-wrap: wrap;
gap: 6px;
}.home-duyuru .duyuru-swiper {
width: calc(100% - 60px);
height: 30px;
}
}.site-footer {
background: #32383F;
color: #fff;
}.site-footer .container {
display: flex;
font-size: 11px;
color: #ccc;
align-items: center;
justify-content: space-between;
padding: 15px 0px;
}.site-footer .container a {
color: #ccc;
}@media (max-width: 1200px) {
.slider-container {
position: relative;
width: 100%;
height: 250px !important;
background-color: #333 !important;
overflow: hidden !important;
margin-top: 130px !important;
}.site-footer .container {
display: block;
font-size: 11px;
color: #ccc;
align-items: center;
justify-content: space-between;
padding: 15px 0px;
text-align: center;
}.c
}