/* === CONTACT PAGE STYLES (İLETİŞİM SAYFASI) === */
.modern-contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #f07b26;
    border-radius: 2px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* İletişim Bilgileri Kartı */
.contact-info-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f07b26, #ff9e5a);
}

.contact-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.company-name {
    font-size: 24px;
    color: #252525;
    margin-bottom: 20px;
    font-weight: 700;
}

.company-address {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.address-label {
    font-weight: 600;
    color: #444;
    min-width: 70px;
}

.address-icon {
    font-size: 20px;
    color: #f07b26;
    margin-top: 3px;
    min-width: 25px;
}

.company-address p {
    color: #555;
    line-height: 1.7;
}

/* Vergi Bilgileri */
.tax-info {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.tax-item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.tax-item:last-child {
    border-bottom: none;
}

.tax-label {
    font-weight: 600;
    color: #444;
    min-width: 120px;
}

.tax-value {
    color: #252525;
    font-weight: 400;
}

/* Kişi Bilgileri */
.contact-persons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.contact-person {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.contact-person:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-color: #f07b26;
}

.person-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.person-icon {
    font-size: 20px;
    background: #f07b26;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-title {
    font-size: 18px;
    color: #252525;
    font-weight: 600;
}

.person-details {
    padding-left: 52px;
}

.person-name {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    font-size: 17px;
}

.person-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.contact-link:hover {
    color: #f07b26;
}

.contact-icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-link:hover .contact-icon {
    background: #f07b26;
    color: white;
}

/* Banka Bilgileri */
.bank-info {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-top: auto;
}

.bank-title {
    font-size: 20px;
    color: #252525;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.bank-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.bank-item:last-child {
    border-bottom: none;
}

.bank-icon {
    font-size: 18px;
    color: #f07b26;
    width: 30px;
    height: 30px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-name {
    font-weight: 400;
    min-width: 120px;
    color: #444;
}

.iban {
    font-weight: 400;
    color: #333;
    word-break: break-all;
}

/* Sağ Taraf - Harita ve Form */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

/* Harita Alanı */
.contact-map {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f0f0;
}

.map-title {
    font-size: 20px;
    color: #252525;
    font-weight: 600;
}

.map-fullscreen {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background: #f07b26;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.map-fullscreen:hover {
    background: #d15c0c;
    transform: translateY(-2px);
}

.map-container {
    position: relative;
    height: 350px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    backdrop-filter: blur(4px);
}

/* İletişim Formu */
.contact-form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.form-title {
    font-size: 24px;
    color: #252525;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.form-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #f07b26;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s;
    background: #f9f9f9;
}

.form-control:focus {
    outline: none;
    border-color: #f07b26;
    box-shadow: 0 0 0 3px rgba(240, 123, 38, 0.2);
    background: #fff;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    padding: 14px 30px;
    background: linear-gradient(135deg, #f07b26, #e05f0a);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    width: 100%;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #e05f0a, #d15208);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(240, 123, 38, 0.3);
}

/* Hata Mesajı */
.contact-error {
    padding: 80px 0;
    background: #fff;
}

.error-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.error-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #e74c3c;
}

.error-content h3 {
    font-size: 28px;
    color: #252525;
    margin-bottom: 15px;
}

.error-content p {
    color: #555;
    font-size: 18px;
}

/* === PROJECTS AND PROJECTS DETAIL PAGES (İŞLER VE İŞ DETAYI) === */

/* Projects List Page Styles */
.project-list-section {
    padding: 90px 0;
    background-color: #f8f9fa;
}

.project-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 30px;
    background: #ffffff;
    border: 2px solid #f07b26;
    border-radius: 8px;
    color: #0c0c0c;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-btn:hover {
    background: #f07b26;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.filter-btn.active {
    background: #f07b26;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.filter-btn i {
    font-size: 1.1rem;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.project-box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

.project-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.project-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.logo-container {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.logo-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    border-radius: 4px;
}

.project-box:hover .logo-container img {
    transform: scale(1.05);
}

.project-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.status-devam {
    background: rgba(240, 123, 38, 0.9);
    color: #ffffff;
}

.status-tamam {
    background: rgba(40, 167, 69, 0.9);
    color: #ffffff;
}

.project-details {
    padding: 25px;
    height: calc(100% - 180px);
    display: flex;
    flex-direction: column;
}

.project-details h3 {
    font-size: 1.3rem;
    color: #0c0c0c;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.project-title {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-year {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: auto;
    border-top: 1px solid #e9ecef;
    color: #f07b26;
    font-weight: 600;
}

.project-id {
    font-size: 0.8rem;
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 12px;
    color: #6c757d;
    font-weight: 500;
}

.no-projects {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.no-projects i {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 25px;
}

.no-projects h3 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 600;
}

.no-projects p {
    color: #6c757d;
    font-size: 1.1rem;
}

.logo-placeholder {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 8px;
}

.logo-placeholder i {
    font-size: 2.5rem;
    margin-bottom: 10px;
    opacity: 0.7;
}

.logo-placeholder p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Project Detail Page Styles */
.project-meta-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.meta-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
}

.meta-badge.year {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
}

.meta-badge.status {
    background: rgba(240, 123, 38, 0.2);
    color: #f07b26;
}

.meta-badge.category {
    background: rgba(155, 89, 182, 0.2);
    color: #9b59b6;
}

.project-content {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.project-info {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.project-info h3,
.project-description h3 {
    color: #252525;
    font-size: 1.6rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f07b26;
    position: relative;
}

.project-info h3:after,
.project-description h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #1a2a6c;
    border-radius: 2px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.info-item {
    display: flex;
    border-bottom: 1px dashed #eee;
    padding-bottom: 18px;
}

.info-label {
    flex: 1;
    font-weight: 600;
    color: #555;
    min-width: 120px;
}

.info-value {
    flex: 2;
    color: #333;
    font-weight: 500;
}

.info-value i {
    margin-right: 8px;
    width: 20px;
    color: #f07b26;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.project-description {
    flex: 2;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* === HİZMETLER CONTAINER BÜYÜK BOYUT VE YAKIN MESAFE === */

/* Hizmetler sayfası hover efektini geri getir - sadece hizmetler için */
.service_section .container .row .col-md-6 .hizmet-box .box .img-box img,
.service_section .container .row .col-lg-3 .hizmet-box .box .img-box img {
    -webkit-filter: brightness(0) !important;
    filter: brightness(0) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service_section .container .row .col-md-6 .hizmet-box:hover .box .img-box img,
.service_section .container .row .col-lg-3 .hizmet-box:hover .box .img-box img {
    -webkit-filter: brightness(1) !important;
    filter: brightness(1) !important;
}

/* HİZMETLER CONTAINER BÜYÜK BOYUT VE YAKIN MESAFE */
.hizmet-box {
    background: #fff !important;
    padding: 15px !important;
    border-radius: 10px !important;
    text-align: center !important;
    height: 280px !important;
    width: 280px !important;
    max-width: 280px !important;
    min-width: 280px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0 !important;
    margin: 5px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    aspect-ratio: unset !important;
}

.hizmet-box:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: #f07b26 !important;
}

.hizmet-box .box-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
    height: 100% !important;
}

.hizmet-box .box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* COLUMN ARASI MESAFE AZALTMA */
.service_section .container .row .col-md-6,
.service_section .container .row .col-lg-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
}

/* İKON CONTAINER */
.service_section .container .row .col-md-6 .hizmet-box .box .img-box,
.service_section .container .row .col-lg-3 .hizmet-box .box .img-box {
    height: 160px !important;
    width: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 5px auto !important;
}

.service_section .container .row .col-md-6 .hizmet-box .box .img-box img,
.service_section .container .row .col-lg-3 .hizmet-box .box .img-box img {
    height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

/* YAZILARIN MESAFELERİ */
.hizmet-box .box .detail-box {
    margin-top: 5px !important;
}

.hizmet-box .box .detail-box h5 {
    margin-bottom: 5px !important;
    font-size: 16px !important;
}

.hizmet-box .box .detail-box p {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

/* Sadece referanslar için logo her zaman görünür ve büyük boyut */
.service_section .container .row .col-md-2 .box .img-box img {
    filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
    object-fit: contain;
}

.service_section .container .row .col-md-2 .box .img-box {
    height: 100px !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* === GLOBAL FONT STYLES - SADECE İÇERİK ALANLARI (HEADER/FOOTER/NAV HARİÇ) === */

/* Sadece içerik alanları için temel font stilleri */
.page-content,
.content,
.description-text,
.hizmet-content,
.project-description .description-text,
.about-description,
.technical-content,
.detail-box,
.info-text,
.main-content,
.service_section .detail-box,
.why_section .detail-box {
    color: #666 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

/* Sadece içerik alanlarındaki paragraflar */
.page-content p,
.content p,
.description-text p,
.hizmet-content p,
.project-description .description-text p,
.about-description p,
.technical-content p,
.detail-box p,
.info-text p,
.main-content p,
.service_section .detail-box p,
.why_section .detail-box p {
    margin-bottom: 20px !important;
    text-align: justify !important;
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
}

/* Sadece içerik alanlarındaki başlıklar H3, H4 */
.page-content h3,
.page-content h4,
.content h3,
.content h4,
.description-text h3,
.description-text h4,
.hizmet-content h3,
.hizmet-content h4,
.project-description .description-text h3,
.project-description .description-text h4,
.about-description h3,
.about-description h4,
.technical-content h3,
.technical-content h4,
.detail-box h3,
.detail-box h4,
.info-text h3,
.info-text h4,
.main-content h3,
.main-content h4,
.service_section .detail-box h3,
.service_section .detail-box h4,
.why_section .detail-box h3,
.why_section .detail-box h4 {
    color: #252525 !important;
    margin: 25px 0 15px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
}

/* Sadece içerik alanlarındaki büyük başlıklar H1, H2 */
.page-content h1,
.page-content h2,
.content h1,
.content h2,
.description-text h1,
.description-text h2,
.hizmet-content h1,
.hizmet-content h2,
.project-description .description-text h1,
.project-description .description-text h2,
.about-description h1,
.about-description h2,
.technical-content h1,
.technical-content h2,
.detail-box h1,
.detail-box h2,
.info-text h1,
.info-text h2,
.main-content h1,
.main-content h2,
.service_section .detail-box h1,
.service_section .detail-box h2,
.why_section .detail-box h1,
.why_section .detail-box h2 {
    color: #252525 !important;
    margin: 30px 0 20px !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    font-family: 'Roboto', sans-serif !important;
}

/* Sadece içerik alanlarındaki küçük başlıklar H5, H6 */
.page-content h5,
.page-content h6,
.content h5,
.content h6,
.description-text h5,
.description-text h6,
.hizmet-content h5,
.hizmet-content h6,
.project-description .description-text h5,
.project-description .description-text h6,
.about-description h5,
.about-description h6,
.technical-content h5,
.technical-content h6,
.detail-box h5,
.detail-box h6,
.info-text h5,
.info-text h6,
.main-content h5,
.main-content h6,
.service_section .detail-box h5,
.service_section .detail-box h6,
.why_section .detail-box h5,
.why_section .detail-box h6 {
    color: #252525 !important;
    margin: 20px 0 10px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
}

/* Sadece içerik alanlarındaki linkler */
.page-content a,
.content a,
.description-text a,
.hizmet-content a,
.project-description .description-text a,
.about-description a,
.technical-content a,
.detail-box a,
.info-text a,
.main-content a,
.service_section .detail-box a,
.why_section .detail-box a {
    color: #f07b26 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.page-content a:hover,
.content a:hover,
.description-text a:hover,
.hizmet-content a:hover,
.project-description .description-text a:hover,
.about-description a:hover,
.technical-content a:hover,
.detail-box a:hover,
.info-text a:hover,
.main-content a:hover,
.service_section .detail-box a:hover,
.why_section .detail-box a:hover {
    color: #bc570d !important;
    text-decoration: underline !important;
}

/* === TEKNİK BİLGİLER PAGE STYLES (TEKNİK BİLGİLER SAYFASI) === */

/* Teknik bilgiler sayfası için özel stiller - Global font stillerini override et */
.technical-content {
    margin-top: 30px;
}

.tech-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.tech-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #f07b26;
}

.tech-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f07b26, #ff9e5a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.tech-box:hover .tech-icon {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(240, 123, 38, 0.4);
}

.tech-icon i {
    font-size: 30px;
    color: #fff;
}

.tech-box h5 {
    color: #252525 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    font-family: 'Roboto', sans-serif !important;
}

.tech-box p {
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
}

.tech-link {
    display: inline-block;
    padding: 10px 25px;
    background: #f07b26;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.tech-link:hover {
    background: #e05f0a;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(240, 123, 38, 0.4);
}