* {
    font-family: 'Quicksand', sans-serif;
}

header {
    width: 100%;
    padding: 20px 0px;
    padding-top: 0;
    display: inline-block;
}

.social-area {
    width: 100%;
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s
    ease infinite;
    text-decoration: none;
    padding: 8px 0px;
    margin-bottom: 20px;
}

.socials {
    display:table;
    margin: 0 auto;
    padding: 0;
}

.socials li {
    float: left;
    margin: 0;
    padding: 0px 8px;
    list-style: none;
}

.socials li a{
    color: #fff;
    font-size: 21px;
}

header .logo-area {
    width: 100%;
    max-width: 300px;
    float: left;
}

header .min-menu-area ul {
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 35px;
    margin-top: 28px;
}

header .min-menu-area ul li {
    float: left;
    margin: 0;
    padding: 0 12px;
    list-style: none;
    position: relative;
}

header .min-menu-area ul li .chil-menu {
    display: none;
    position: absolute;
    margin: 0;
    margin: 0 !important;
    background-color: #fff;
    padding: 15px 5px;
    border-radius: 5px;
    margin-top: 5px !important;
    width: 180px;
    box-shadow: 0px 5px 5px #16587175;
    border: 1px solid #cccccc45;
    left: -41px;
}

header .min-menu-area ul li .chil-menu li{
    width: 100%;
}

header .min-menu-area ul li .chil-menu li a{
    width: 100%;
    font-size: 15px;
}

header .min-menu-area ul li .chil-menu li:first-child a{
    border-bottom: 1px dashed #16587175;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: block;
}

header .min-menu-area ul li a{
    text-decoration: none;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
}

header .phone-header {
    float: right;
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s
    ease infinite;
    color: #fff;
    text-decoration: none;
    padding: 11px 23px;
    border-radius: 50px;
    margin-top: 15px;
}

header .phone-header ion-icon {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.maps-area {
   margin-top: 45px;
}

.map-wrap {
    position: relative;
    width: 100%;
}

#svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
    display: block;
}

#svg-turkiye-haritasi [data-iladi] {
    cursor: pointer;
    transition: fill 0.2s ease, opacity 0.2s ease;
}

#svg-turkiye-haritasi path {
    fill: #cdd1d6;
    stroke: #fff;
    stroke-width: 1;
}

#svg-turkiye-haritasi g:hover > path {
    fill: #9aa3ad;
}

#svg-turkiye-haritasi g.active > path {
    fill: #1f568a;
}

.il-isimleri {
    position: absolute;
    z-index: 10;
    display: none;
    pointer-events: none;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background: #1f2937;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    transform: translate(-50%, -110%);
}

.il-isimleri.show {
    display: block;
}

.maps-hood-area {
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    text-align: center;
    margin-bottom: 25px;
    padding: 35px 0px;
    padding-top: 42px;
}

.maps-hood-area h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.maps-hood-area p {
    color: #fff;
    font-size: 17px;
}

.maps-hood-area ion-icon {
    color: #fff;
}

/* Gradient Animasyon Keyframes */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer {
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    text-align: center;
    padding: 15px 0px;
}

footer p {
    color: #fff;
    margin: 0;
}

.city-list-select {
    margin-bottom: 15px;
}

.city-list-select ul {
    margin: 0;
    padding: 3px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #16647f61;
}

.city-list-select ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    list-style: none;
}

.city-list-select ul li a.active {
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    color: #fff;
}

.city-list-select ul li a {
    width: 100%;
    color: #18435a;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 11px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.city-select-area {
    margin-bottom: 15px;
}

.city-select-area .city-box {
    background-color: #e9e9e9;
    width: 100%;
    text-decoration: none;
    color: #11566b;
    display: block;
    margin-bottom: 12px;
    padding: 10px 13px;
    border-radius: 3px;
    font-weight: 600;
}

.city-select-area .city-box span {
    float: right;
}

.project-list-area {
    display: inline-block;
    width: 100%;
}

.project-list-area .project-box {
    padding: 12px;
    border-radius: 3px;
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
}

.project-list-area .project-box img{
    width: 100%;
}

.project-list-area .project-box h6{
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.project-list-area .project-box .min-hood {
    color: #16718c;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: #ffffffd1;
    padding: 3px 9px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
}

.project-detail {
    padding: 12px;
    background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    display: inline-block;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}


.project-detail-area {
    position: relative;
}

.project-detail-area .project-detail-menu {
    margin: 0;
    padding: 0;
    width: 100%;
}

.project-detail-screen {
    background-color: #fff;
    width: 100%;
    min-height: 20px;
    border-radius: 5px;
    padding: 25px;
    margin-top: 15px;
}

.project-detail-screen h2 {
    font-size: 16px;
    border-bottom: 1px dashed #0c3c4e;
    padding-bottom: 8px;
    font-weight: 600;
    margin-bottom: 15px;
}

.project-detail-screen p {
    font-size: 14px;
    font-weight: 500;
}

.project-detail-screen h3 {
    font-size: 16px;
    font-weight: 600;
}

.project-detail-screen .date-count-box {
    background-color: #0c3c4e;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-detail-screen .date-count-box h6 {
    color: #fff;
}

.project-detail-screen .date-count-box p {
    color: #fff;
    margin:0px
}

.project-detail-screen .ozellik-hood {
    margin-top: 15px;
}

.project-detail-screen ul li {
    list-style: circle;
    font-size: 14px;
    margin-bottom: 5px;
}

.project-detail-screen .feature {
    color: #fff;
    background-color: #247795;
    margin-bottom: 14px;
    padding: 8px 11px;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 500;
}

.project-detail-screen .feature ion-icon {
    float: left;
    margin-top: 2px;
    font-size: 16px;
    margin-right: 7px;
}

.project-detail-area .project-detail-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.project-detail-area .project-detail-menu li a {
    background-color: #fff;
    width: 100%;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 18px;
    font-weight: 700;
    color: #165d77;
}

.project-detail-area .project-detail-menu li a.active {
    background-color: #0e4b5d;
    color: #fff;
}

.project-detail-area .project-detail-menu li a ion-icon {
    display: block;
    float: left;
    margin-right: 11px;
    font-size: 20px;
    margin-top: 3px;
}

.project-gallery {
    max-width: 1200px;
    margin: 0 auto;
}

.main-swiper,
.thumbs-swiper {
    background: #fff;
    border-radius: 14px;
}

.main-swiper {
    overflow: hidden;
}

.main-swiper .swiper-slide img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.thumbs-wrap {
    margin-top: 16px;
}

.thumbs-swiper {
    padding: 8px 8px 18px;
}

.thumbs-swiper .swiper-slide {
    width: auto;
}

.thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    opacity: .65;
    transition: opacity .2s, transform .2s;
}

.thumbs-swiper .swiper-slide-thumb-active img {
    opacity: 1;
    transform: translateY(-2px);
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .2));
    font-size: 22px !important;      /* Boyutu küçült */
    width: 36px !important;
    height: 36px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
}

.insat-asamalari {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.insat-asamalari img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.insat-asamalari h6 {
    background-color: #0e4b5d;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    margin: 0;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
}
.bg-success {
    background-color: #0e4b5d !important;
}

.pricelist-table {
    overflow-x: auto;
    white-space: nowrap;
}

.pricelist-table table th {
    font-weight: 600;
    font-size: 15px;
}

.pricelist-table table th,
.pricelist-table table td {
    white-space: nowrap;         /* Alt satıra inmesini engelle */
    text-overflow: ellipsis;     /* Taşanı ... yap */
    overflow: hidden;            /* Taşkınları gizle */
    max-width: 160px;            /* Çok uzun metinler için limit */
}

.hood-project-area {
    text-align: center;
    margin-bottom: 12px;
}

.hood-project-area h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.hood-project-area p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 1022px;
}

.project-mobile-menu-btn {
    width: auto;
    background-color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #18435a;
    border-radius: 5px;
    margin-top: 15px;
}

.project-mobile-menu-btn ion-icon {
    float: left;
    font-size: 22px;
    margin-right: 6px;
    margin-top: 1px;
}

.project-contact-area a {
    text-align: center;
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
    padding: 8px 5px;
    font-weight: 600;
    color: #0c3c4e;
}

.yerlesim-plani h6 {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.yerlesim-plani {
    width:100%;
}

@media (max-width: 992px) {
    .main-swiper .swiper-slide img {
        height: 380px;
    }
    .thumbs-swiper .swiper-slide img {
        width: 100%;
        height: 100px;
    }
}

@media (min-width: 768px) {
    .project-mobile-menu {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .main-swiper .swiper-slide img {
        height: 260px;
    }
    .thumbs-swiper .swiper-slide img {
        width: 130px;
        height: 80px;
    }
}

@media(max-width: 768px) {

    header .min-menu-area {
        display: inline-block;
        width: 100%;
        border-top: 1px dashed #000;
        margin-top: 25px;
        margin-bottom: -5px;
    }

    header .min-menu-area ul {
        float: none;
        margin: 0;
        padding: 0;
        margin-right: 0;
        display: table;
        margin: 0 auto;
        margin-top: 17px;
    }

    header .logo-area {
        width: 100%;
        max-width: 240px;
    }

    header .phone-header {
        float: right;
        background: linear-gradient(45deg, #18435a, #1389a7, #18435a);
        background-size: 300% 300%;
        animation: gradientMove 6s
        ease infinite;
        color: #fff;
        text-decoration: none;
        padding: 0;
        width: 55px;
        height: 55px;
        text-align: center;
        margin-top: 2px;
    }

    header .phone-header ion-icon {
        float: none;
        display: table;
        margin: 0 auto;
        font-size: 23px;
        margin-top: 15px;
    }

    header .phone-header span {
        display: none;
    }


    .city-list-select ul li a {
        font-size: 14px;
    }

    .project-detail-menu {
        position: fixed;
        left: 3%;
        top: 2%;
        display: none;
        z-index: 99;
        background-color: #27a4c6;
        width: 94% !important;
        height: 98%;
        padding: 23px !important;
        border-radius: 10px;
        overflow: auto;
    }
}


.contact-boxs {
    background-color: #f7f7f7;
    margin-top: -25px;
    padding: 30px;
}

.contact-ozel-box {
    padding-top: 0px;
}

.phone-area-box {
    width: 100%;
    background-color: #fff;
    padding: 69px 15px;
    text-align: center;
    border-radius: 5px;
}

.phone-area-box img {
    display: table;
    margin: 0 auto;
}

.phone-area-box a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #4c4c4c;
    margin-top: 15px;
    display: block;
    margin-bottom: 6px;
}



.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 35px 0px;
}

.career-area button {
    background-color: #147793;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 15.5px;
    font-weight: 600;
    position: relative;
    margin-top: -5px;
    outline: 0;
}


.career-select-btn input[type="radio"] {
    display: none;
}

.career-select-btn label {
    background-color: #f9f9f952;
    box-shadow: 0px 0px 10px #cccccc38;
    padding: 30px 20px;
    border: 1px solid #cccccc4a;
    border-radius: 5px;
    width: 100%;
}

.career-select-btn label h5 {
    color: #147793;
    font-size: 17px;
    font-weight: 600;
}

.career-select-btn label p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.career-select-btn label span {
    color: #8a8a8a;
    background-color: #ffffff59;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #e2e2e2b8;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn label:hover span {
    color: #fff;
    background-color: #147793;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #147793;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.image-style-align-left {
    padding: 15px;
    float: left;
    padding-left: 0px;
}

.image-style-align-right {
    padding: 15px;
    float: right;
    padding-right: 0px;
}

.image-style-side img {
    width: 100%;
}

.sucess-page {
    text-align: center;
}

.sucess-page ion-icon {
    font-size: 43px;
    color: green;
    margin-bottom: 15px;
}

@media(max-width: 768px){

    .image-style-align-left {
        padding-left: 15px;
    }

    .image-style-align-right {
        padding-right: 15px;
    }

    .image-style-side {
        width: 100%;
    }
}
