.header-logo img {
    height: 80px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-content {
    padding: 30px 0 0 0;
}

.teklif-al-btn {
    cursor: pointer;
}

.hero-sec-favicon {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    padding: 8px;
}

.brand-item img {
    width: 150px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #000;
    padding: 8px;
    transition: filter 0.3s ease;
}

.footer-copyright {
    margin-top: 50px;
}

.service-item:hover .service-icon,
.service-item.active .service-icon {
    background-color: #fff;
}

.service-item .service-icon {
    overflow: hidden;
}

.service-item .service-icon img {
    object-fit: contain;
}

.service-item .service-description {
    height: 1rem;
    margin-top: 8px;
}

.anasayfa-cozum-item .service-description {
    height: 9rem;
}

.anasayfa-cozum-item .service-icon {
    width: 100%;
    height: 150px;
    border-radius: 8px;
}

.anasayfa-cozum-item .service-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.banner-1 h6 {
    margin-bottom: 10px;
}

#teklifModal .custom-modal-content {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

#teklifModal .modal-header {
    padding: 0;
    padding-bottom: 10px;
}

#teklifModal .modal-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#modal-contact-form input,
#modal-contact-form textarea {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

#modal-contact-form input:focus,
#modal-contact-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

#modal-contact-form button {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: #063b26;
    color: #ffeb69;
    border: 1px solid #063b26;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#modal-contact-form button:hover {
    background-color: #ffeb69;
    color: #063b26;
    border-color: #063b26;
}

#teklifModal .modal-body {
    padding: 0;
}



.custom-card-main-container .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.custom-card-main-container .card-container h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--gray500);
    margin-bottom: 0;
}

.custom-card-main-container .card {
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 20px;
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.custom-card-main-container .card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}

.custom-card-main-container .altBaslikBtn {
    background-color: var(--secondary);
    color: var(--gray500);
    padding: 8px 12px;
    border: 1px solid var(--gray500);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
}



@media (max-width: 768px) {
    .custom-card-main-container .card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .custom-card-main-container .card {
        flex: 0 0 100%;
    }
}




.sayfa-img {
    height: 350px;
    width: auto;
    object-fit: cover;
}


.sayfa-icerik {
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.sayfa-icerik p {
    margin-bottom: 15px;
    text-align: justify;
}

.sayfa-icerik h1,
.sayfa-icerik h2,
.sayfa-icerik h3,
.sayfa-icerik h4,
.sayfa-icerik h5,
.sayfa-icerik h6 {
    font-weight: bold;
    color: #063b26;
    margin-bottom: 15px;
}

.sayfa-icerik ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.sayfa-icerik li {
    margin-bottom: 10px;
    font-size: 15px;
}

.sayfa-icerik u {
    text-decoration: underline;
    text-decoration-color: #ffeb69;
}

.sayfa-icerik a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sayfa-icerik a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.sayfa-icerik blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #fff;
    border-left: 4px solid #063b26;
    font-style: italic;
    color: #555;
}

.sayfa-icerik table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
}

.sayfa-icerik th,
.sayfa-icerik td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.sayfa-icerik th {
    background-color: #063b26;
    color: #fff;
    font-weight: bold;
}

.sayfa-icerik pre {
    background-color: #272822;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.yonetmelik-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yonetmelik-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}


.yonetmelik-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.yonetmelik-card-text {
    font-size: 1rem;
    color: #666;
}


.yonetmelik-card-btn {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: #063b26 !important;
    color: #ffeb69 !important;
    border: 1px solid #063b26 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    width: 100%;
}

.yonetmelik-card-btn:hover {
    background-color: #ffeb69;
    color: #063b26;
    border-color: #063b26;
}