﻿.about-section {
    background-color: #fff;
    padding: 60px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

    .section-title::after {
        content: "";
        width: 60px;
        height: 3px;
        background-color: #4C40F7;
        display: block;
        margin-top: 10px;
    }

.section-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.about-card {
    background-color: #f9f9f9;
    border-left: 4px solid #4C40F7;
    transition: all 0.3s ease;
}

    .about-card:hover {
        background-color: #f1f1f1;
        transform: translateY(-5px);
    }


.gl-breadcrumb-section {
    background-image: url('/geoitWeb/img/contact.webp'); /* ← Tüm sayfalarda kullanılacak görsel */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

    .gl-breadcrumb-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* karartma efekti */
        z-index: 2;
    }

.gl-breadcrumb-content {
    position: relative;
    z-index: 3;
}

    .gl-breadcrumb-content h2 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

    .gl-breadcrumb-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 18px;
    }

    .gl-breadcrumb-content a {
        color: #fff;
        text-decoration: underline;
    }

        .gl-breadcrumb-content a:hover {
            color: #ddd;
        }

/* Breadcrumb içindeki '/' işaretini beyaz yap */
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}


.cta-section {
    background-color: #ffffff;
    padding: 50px 0;
}

.cta-container {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-left {
    width: 50%;
}

    .cta-left h2 {
        font-size: 32px;
        color: #333;
        font-weight: bold;
    }

    .cta-left p {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin: 20px 0;
    }

.cta-info {
    margin-top: 30px;
}

.cta-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .cta-info-item img {
        width: 30px;
        margin-right: 15px;
    }

    .cta-info-item h6 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .cta-info-item span {
        font-size: 14px;
        color: #555;
    }

/* Form kısmı */
.cta-right {
    width: 45%;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .cta-right h3 {
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
    }

.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group input, .form-group select, .form-group textarea {
        width: 100%;
        padding: 12px 40px 12px 40px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            border-color: #4C40F7;
            outline: none;
        }

    .form-group textarea {
        height: 120px;
    }

    .form-group i {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 18px;
        color: #4C40F7;
    }

.custom-submit-btn {
    background-color: #4C40F7;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
}

    .custom-submit-btn:hover {
        background-color: #3a33c0;
    }

    .custom-submit-btn:focus {
        outline: none;
    }

/* Map Bölümü */
.map-section iframe {
    width: 100%;
    height: 300px; /* Yüksekliği 300px olarak ayarladım */
    border: none;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        align-items: center;
    }

    .cta-left, .cta-right {
        width: 100%;
        margin-bottom: 30px;
    }

        .cta-left h2 {
            font-size: 28px;
        }

        .cta-right h3 {
            font-size: 22px;
        }

    .cta-info-item {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Mobilde harita yüksekliği %60 olacak şekilde ayarladım */
    .elementor-custom-embed {
        height: 60vh;
    }

        .elementor-custom-embed iframe {
            height: 100%;
        }
}

/* Genel Elementor Bölümü */
.elementor-section {
    padding: 0;
    background-color: #f9f9f9;
}

.elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* Harita Bölümü */
.elementor-custom-embed {
    width: 100%;
    height: 400px; /* Normalde yüksekliği 400px olarak ayarladım */
}

    .elementor-custom-embed iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/* Mobil için harita yüksekliğini %60 yapıyoruz */
@media (max-width: 768px) {
    .elementor-custom-embed {
        height: 60vh; /* Mobilde yüksekliği %60 yapıyoruz */
    }
}
/*Blog*/
.blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
    padding: 20px;
}

.blog-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

/* Resim ve İçerik */
.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 5px solid #3498db;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
}

.blog-category {
    font-size: 1rem;
    font-weight: 500;
    color: #3498db;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.blog-excerpt {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3498db;
    text-decoration: none;
}

    .read-more:hover {
        text-decoration: underline;
    }

.blog-date {
    font-size: 0.9rem;
    color: #888;
    display: block;
    margin-top: 15px;
}

/* Responsive Tasarım */
@media (max-width: 1024px) {
    .blog-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
}

.project-grid:after {
    content: '';
    display: block;
    clear: both;
}

/* Grid Item */
.grid-sizer,
.grid-item {
    width: 100%;
}

.grid-item {
    padding-bottom: 16px; /* Increased padding for bigger cards */
}

@media (min-width: 48em) {
    .grid-sizer,
    .grid-item {
        width: 33.33%; /* 3 items per row */
    }

    .grid-item {
        float: left;
        padding: 10px; /* Adjust padding for larger cards */
    }
}

.grid-item img {
    display: block;
    width: 100%;
    max-width: 100%;
}




/*SERVİCES*/

.geo-services-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    padding: 60px 20px 20px;
    background-color: #f9fbfe;
    max-width: 1300px;
    margin: auto;
}

.geo-service-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .geo-service-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

.geo-icon-circle {
    background: #edeaff;
    color: #4C40F7;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.geo-box-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2c3e50;
}

.geo-box-desc {
    font-size: 15.5px;
    color: #58616c;
    margin-bottom: 20px;
}

.geo-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .geo-feature-list li {
        font-size: 15px;
        color: #444;
        margin-bottom: 10px;
    }

    .geo-feature-list i {
        color: #4C40F7;
        margin-right: 8px;
    }

.geo-main-contact {
    text-align: center;
    margin: 60px auto 20px;
}

.geo-contact-btn {
    display: inline-block;
    padding: 14px 30px;
    background-color: #4C40F7;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 64, 247, 0.3);
}

    .geo-contact-btn:hover {
        background-color: #3b33cc;
        transform: translateY(-2px);
    }


/*Questions*/
.faq-wrapper {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
}

.faq-title {
    text-align: center;
    font-size: 34px;
    color: #222;
    margin-bottom: 50px;
    font-weight: 600;
}

.faq-box {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.faq-question {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
    cursor: pointer;
}

    .faq-question::after {
        content: '▼';
        position: absolute;
        right: 25px;
        top: 22px;
        font-size: 16px;
        color: #777;
        transition: transform 0.3s ease;
    }

.faq-box.active .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 0 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-box.active .faq-answer {
    max-height: 500px;
    padding: 20px 25px;
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 15px;
    }
}
/* Blog Detail Page - BDP */

.blog-detail-page {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    gap: 40px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    background-color: #fff;
}

/* Ana içerik alanı */
.blog-detail-article {
    flex: 3;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 40px 50px;
}

.blog-detail-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    word-break: break-word;
}

.blog-detail-meta {
    display: flex;
    gap: 30px;
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 35px;
    align-items: center;
    flex-wrap: wrap;
}

.blog-detail-meta > div {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.blog-detail-category svg,
.blog-detail-date svg {
    flex-shrink: 0;
}

.blog-detail-category span {
    color: #4C40F7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog-detail-image-wrapper {
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(76, 64, 247, 0.3);
    position: relative;
}

.blog-detail-image-wrapper img.blog-detail-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
    cursor: zoom-in;
}

.blog-detail-image-wrapper:hover img.blog-detail-image {
    transform: scale(1.05);
}

.blog-detail-image-wrapper figcaption {
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 1px 6px rgba(0,0,0,0.7);
    user-select: none;
}

.blog-detail-content {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #333;
}

.blog-detail-content p {
    margin-bottom: 1.5em;
}

.blog-detail-content a {
    color: #4C40F7;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.blog-detail-content a:hover {
    border-bottom-color: #4C40F7;
}

/* Sağ sidebar */
.blog-sidebar {
    flex: 1;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 12px 24px rgba(76, 64, 247, 0.15);
    font-family: 'Open Sans', sans-serif;
    color: #333;
    height: fit-content;
    transition: box-shadow 0.3s ease;
}

.blog-sidebar:hover {
    box-shadow: 0 16px 36px rgba(76, 64, 247, 0.25);
}

.blog-sidebar h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #4C40F7;
    font-size: 1.5rem;
    margin-bottom: 25px;
    border-left: 6px solid #4C40F7;
    padding-left: 12px;
    letter-spacing: 0.04em;
}

.recent-blogs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-blog-item {
    background-color: #f8f8ff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(76, 64, 247, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recent-blog-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(76, 64, 247, 0.25);
}

.recent-blog-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 12px 15px;
    align-items: center;
}

.recent-blog-thumb-wrapper {
    flex-shrink: 0;
    width: 75px;
    height: 55px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(76, 64, 247, 0.3);
    margin-right: 15px;
    background: linear-gradient(135deg, #4C40F7, #FF00A1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.recent-blog-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 10px;
}

.recent-blog-item:hover .recent-blog-thumb {
    transform: scale(1.1);
}

.recent-blog-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recent-blog-title {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 4px;
    transition: color 0.3s ease;
    word-break: break-word;
}

.recent-blog-item:hover .recent-blog-title {
    color: #4C40F7;
}

.recent-blog-date {
    font-size: 0.8rem;
    color: #777;
    letter-spacing: 0.02em;
}

/* Boş liste durumu */
.no-recent-blogs {
    font-style: italic;
    color: #999;
    padding: 15px;
    text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
    .blog-detail-page {
        flex-direction: column;
        max-width: 100%;
        margin: 30px 10px;
        padding: 0 10px;
    }

    .blog-detail-article, .blog-sidebar {
        flex: unset;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .blog-sidebar {
        box-shadow: none;
        padding: 20px 20px;
    }

    .recent-blog-link {
        padding: 10px 12px;
    }

    .recent-blog-thumb-wrapper {
        width: 60px;
        height: 45px;
        margin-right: 12px;
    }

    .recent-blog-title {
        font-size: 1rem;
    }
}
/*Misyonumuz ve Vizyonumuz */
.mission-section {
    background: #f9f9f9;
    color: #222;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 15px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
    max-width: 900px;
    margin: 0 auto 80px auto;
}

.mission-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.underline {
    width: 80px;
    height: 4px;
    background-color: #007bff;
    margin: 0 auto 30px auto;
    border-radius: 2px;
}

.mission-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
    color: #444;
}


.geo-vision-section {
    background: #fff; 
    color: #222;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 15px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 0 auto 80px auto;
}

.geo-vision-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.geo-vision-underline {
    width: 80px;
    height: 4px;
    background-color: #28a745; 
    margin: 0 auto 30px auto;
    border-radius: 2px;
}

.geo-vision-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
    color: #444;
}

