﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

body {
    font-family: 'Poppins' !important;
}

.main-content {
    background-color: #f2f2f2 !important;
    font-family: 'Poppins' !important;
}

.vision-left {
    padding-top: 0rem;
}

.card {
    border: var(--bs-card-border-width) solid #9ACD66 !important;
    padding: 2rem !important;
    margin: 85px 0px 1px 8px !important;
    margin-left: 25px;
    border-radius: 1.2rem;
}

.card-body h2 {
    font-size: 1.5rem !important;
    color: #0175C0 !important;
    padding: 1rem 0 !important;
    font-weight: 600;
}

.card-header {
    background-color: transparent !important;
}
hr {
    border-top: 1px solid #9acd66;
    font-weight: 700;
}
.bolge-alt-cizgi {
    max-width: 100% !important;
    height: 1px !important;
    background-color: #9ACD66 !important;
    margin: 0 auto 10px auto !important;
}

.vision-container {
    background-color: #fff !important;
    color: #000 !important;
    padding: 0 !important;
    border-radius: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.divmrg {
    padding-right: 0px !important;
}
.box {
    background-color: #fff !important;
    /* Lighter background color */
    border-radius: 15px;
    padding: 20px;
    position: relative;
    text-align: left;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    min-height: 200px;
}

    .box .logo img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }

    .box .arrow {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #000;
        cursor: pointer;
    }

    .box .text {
        margin-top: 15px;
        font-size: 14px;
        color: #333;
    }


/* Yeni düzenlemeler */

.col-xxl-12 .card {
    /*border: none !important;*/
    box-shadow: none !important;
}

.main-content .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

h5,h6{
    font-weight:600 !important;
}