/* General styles */
body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
p {
    font-size: 16px;
    line-height: 1.6;
}

#arastirma-hakkinda {
    padding-top: 140px;
    margin-top: -100px;
}

#komurun-bedeli {
    padding-top: 140px;
    margin-top: -100px;
}

a:-webkit-any-link {
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
a:-webkit-any-link:hover {
    color: #a4d65e;
}
/* Navigation bar styles */
.navbar {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.logo {
    width: 400px;
    padding-top: 10px;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    padding-top: 40px;
}

.nav-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-item {
    margin-left: 20px;
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
}

.nav-link:hover {
    color: #a4d65e;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 20px;
}

/* Hero section styles */
.hero-section {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('img/main_background.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-section-2 {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('img/a_sd_caneurope_062018_0146.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-section-3 {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('img/a_sd_caneurope_062018_10372.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-section-4 {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('img/a_sd_caneurope_062018_1488.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-section-5 {
    position: relative;
    width: 100%;
    height: 800px;
    background: url('img/a_sd_caneurope_062018_1527-4x.jpeg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero-content .highlight {
    color: #a4d65e;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Content section styles */
.content-section {
    max-width: 1400px;
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
}

.section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: red;
    margin: 10px auto 0;
}

.content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-image {
    width: 45%;
    border-radius: 0;
    padding-top: 22px;
}

.content-text {
    width: 50%;
}

.content-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 0px;
}

.content-text strong {
    font-weight: 900;
}

/* New section styles */
.new-section {
    padding: 50px 20px;
    text-align: left;
    height: 600px;
    background: url('img/a_sd_caneurope_062018_1723.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-section-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
}

.new-section-container {
    max-width: 700px;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.new-section-content {
    width: 100%;
    padding: 1px 20px 20px 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
}

.new-section p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
}

.highlighted-text {
    color: #B8E986 !important;
    background: none !important;
}

.highlighted-text-2 {
    font-size: 18px;
    font-weight: 600;
    color: #B8E986;
}

.highlighted-text-3 {
    font-size: 40px;
    font-weight: 800;
    color: #B8E986;
}



/* New section2 styles (kopyası) */
.new-section2 {
    padding: 50px 20px;
    text-align: left;
    height: 600px;
    background: url('img/a_sd_caneurope_062018_1037.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-section2-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
}

.new-section2-container {
    max-width: 700px;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.new-section2-content {
    width: 100%;
    padding: 1px 20px 20px 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
}

.new-section2 p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
}

.new-section2 .highlighted-text {
    color: #B8E986 !important;
    background: none !important;
}


/* Grid section styles */
.grid-section {
    max-width: 1400px;
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.grid-item {
    position: relative;
    width: calc(50% - 10px);
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.grid-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: left;
    color: #fff;
    width: 330px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.grid-content h3 {
    font-weight: 800;
    text-align: left;
    line-height: 36px;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.grid-content p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    overflow: visible;
}

.grid-button {
    width: 100px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: transparent;
    color: #222222;
    border: 1px solid #B8E986;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.grid-button:hover {
    background-color: #B8E986;
    color: #ffffff !important;
}


/* New section3 styles */
.new-section3 {
    background: #fff;
    padding: 100px 20px;
    text-align: center;
}

.new-section3 .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.new-section3 .section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: red;
    margin: 10px auto 0;
}

.new-section3-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.three-column-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.column {
    flex: 1;
    max-width: 30%;
    box-sizing: border-box;
}

.column-number {
    font-size: 36px;
    color: #a4d65e;
    font-weight: 700;
    margin-bottom: 10px;
}

.column h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.column p {
    font-size: 16px;
    line-height: 1.6;
}
.new-section3 .column button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: transparent;
    color: #222222;
    border: 1px solid #B8E986;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.new-section3 .column button:hover {
    background-color: #1E90FF;
    color: #fff;
}


/* Footer styles */
.footer {
    position: relative;
    background-color: #000;
    background-size: cover;
    color: #fff;
    text-align: left;
    padding: 60px;
    z-index: 1;
    margin-top: 60px;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.footer-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}

.footer-logo {
    flex: 0 0 700px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
}

.footer-logo img {
    width: 400px;
    margin-bottom: 10px;
}

.footer-logo p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    padding-top: 10px;
}

.footer-description {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact {
    flex: 1;
    text-align: left;
    padding-left: 150px;
    box-sizing: border-box;
}

.footer-contact h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-contact p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    margin-left: 20px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #1E90FF;
}

.footer-social p {
    margin-top: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}


.footer-bottom {
    background: #000;
    padding: 10px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
}



/* Responsive styles */
@media (max-width: 1200px) {
    .navbar-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .logo {
        width: 300px;
    }

    .menu-container {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .nav-menu.active {
        display: flex;
        position: relative;
    }

    .nav-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .nav-link {
        text-align: center;
    }

    .hamburger-menu {
        display: block;
        z-index: 1001;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .nav-menu.active .hamburger-menu {
        display: none;
    }
}


/* Hero section responsive styles */
@media (max-width: 1000px) {
    .hero-content h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .content-container {
        flex-direction: column;
        align-items: center;
    }

    .content-image, .content-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .new-section-content {
        position: static;
        transform: none;
        margin: 0 auto;
    }

    .grid-item {
        width: 100%;
    }

    .three-column-container {
        flex-direction: column;
    }

    .column {
        max-width: 100%;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo, .footer-contact, .footer-credits {
        margin-bottom: 20px;
    }
}

/* Content section styles */
.content-section {
    max-width: 1400px;
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
}

.content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-text {
    width: 66.67%;
    padding-right: 40px;
}

.content-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-text img {
    width: 100%;
}

.content-sidebar {
    width: 33.33%;
    max-width: 1200px;
}

.content-sidebar .sidebar-box {
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
}

.content-sidebar ul {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    list-style: none;
    padding: 20px;
    background-color: black;
}

.content-sidebar ul li {
    color: #fff;
    border-bottom: 1px solid #B7D169;
    padding-bottom: 0px;
    padding-top: 0px;
}

.content-sidebar ul li:last-child {
    border-bottom: none;
    padding-bottom: 20;
}


/* Mobil versiyon için düzenlemeler */
@media (max-width: 768px) {
    .grid-item {
        width: 100%;
        height: 300px;
    }

    .grid-content {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px;
    }

    .content-sidebar {
        width: 100%;
    }

    .content-container {
        flex-direction: column;
        align-items: center;
    }

    .content-text {
        width: 100%;
        padding-right: 20px;
        padding-left: 0px;
    }

    .content-text p {
        font-size: 16px;
        line-height: 1.6;
        padding-left: 0px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo, .footer-contact, .footer-social {
        margin-bottom: 20px;
        text-align: center;
        padding-left: 0px;
    }
}
