* {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

body {
    padding: 0;
    margin: 0;
}

li {
    overflow: hidden;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}


header {
    position: fixed;
    z-index: 1000;
    top: 0;
    height: 6em;
    display: flex;
    width: 100%;
    height: 4em !important;
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

h3{
    color: #ff8800 !important;
}


#header {
    position: sticky;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}

#header.scrolled {
    height: 4em;
    background: white;
    /* Aşağı kaydırınca beyaz olacak */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    /* Hafif bir gölge efekti */
    padding: 15px 30px;
    /* Biraz küçülebilir  (bu bölge ilerleyen zamanlarda responsive yapıldığında silinecek)*/
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.header-logo {
    width: 6em;
}

/* Header için ekstra stil */
.navbar-light .navbar-nav .nav-link {
    color: #515456;
    /* Link rengi koyu gri */
    font-weight: bold;
}


.navbar-light .navbar-brand {
    color: #333;
    /* Logo rengi daha koyu */
    font-weight: bold;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    /* Açılır menü butonu daha belirgin */
}

.nav-item {
    border: unset;
    border-radius: 15px;
    color: #505456;
    z-index: 1;
    position: relative;
    font-weight: 1000;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
}


.nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #ff8800;
    z-index: -1;
    transition: all 250ms
}


.nav-item:hover::before {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
}

.header-bg-container {
    max-width: 100%;
    overflow: hidden;
}

.box-container {
    position: relative;
    display: flex;
}

.box {
    position: absolute;
    display: flex;
    top: 200px;
    left: 10%;
    width: auto;
    padding-right: 2%;
    height: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.box a:hover {
    color: #ff8800 !important;
}

.box p {
    font-weight: normal !important;
}

.content {
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: 100 !important;
    font-size: 20px;
}

.content img {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.content-title {
    color: #ff8800;
    font-weight: bold;
}

.group-content {
    display: flex;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.group-content img {
    display: flex;
    justify-content: center;
    width: 75% !important;
}

.shadow__btn {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
}

.shadow__btn {
    background: #ff8800;
    box-shadow: 0 0 25px #ff8800;
}

.shadow__btn:hover {
    box-shadow: 0 0 5px #ff8800,
        0 0 25px #ff8800,
        0 0 50px #ff8800,
        0 0 100px #ff8800;
}

.shadow__btn__wp {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
}

.shadow__btn__wp {
    background: #25D366;
    box-shadow: 0 0 25px #25D366;
}

.shadow__btn__wp:hover {
    box-shadow: 0 0 5px #25D366,
        0 0 25px #25D366,
        0 0 50px #25D366,
        0 0 100px #25D366;
}


/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__phone{
    position: absolute;
    top: 120%;
}

/* Hafif karartma (yazı okunabilirliği için önerilir) */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

/* YAZI */
.hero__content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  max-width: 600px;
}

.hero__content h1 {
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 700;
  margin-bottom: 16px;
}

.hero__content p {
  font-size: 18px;
  opacity: 0.9;
}
.hero__content button{
    margin-top: 32px;
}


/*
footer {
    padding-bottom: 1%;
    width: 100%;
    background-color: #216291;
}

.footer-content {
    margin: 0 5%;
}

.footer-ul {
    padding-top: 4em;
}

.footer-ul li {
    font-size: 12px;
}
.footer-content .row .col-md-2{
    background-color: #216291;
}
.footer-logo {
    padding: 0 0 !important;
    background-color: #4887AA !important;
}

.footer-logo ul{
    padding: 0;
    padding-top: 20%;
}*/
li i {
    padding: 5px 0;
}

.content-img {
    width: 33% !important;
    margin-bottom: 8%;
}

.location {
    width: 430px;
    height: 450px;
}

input {
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 1em;
    background-color: #ccc;
    box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
    transition: 300ms ease-in-out;
}

input:focus {
    background-color: white;
    transform: scale(1.05);
    box-shadow: 13px 13px 100px #969696,
        -13px -13px 100px #ffffff;
}

textarea {
    border: none;
    outline: none;
    border-radius: 15px;
    padding: 1em;
    background-color: #ccc;
    box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
    transition: 300ms ease-in-out;
    width: 400px;
    height: 300px;
    resize: none;
}

textarea:focus {
    background-color: white;
    transform: scale(1.05);
    box-shadow: 13px 13px 100px #969696,
        -13px -13px 100px #ffffff;
}

.button-box {
    width: 350px;
    height: 60px;
    border: 3px solid #ff8800;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    font-size: 1.2em;
    font-weight: 550;
}

.button-box:hover {
    background: #ff8800;
    color: white;
    font-size: 1.5em;
}

/* Satırı daha düzgün hizala ve aralık ver */
.contact-row {
    align-items: stretch;
    /* iki kolonun boyunu aynı hissettirir */
    row-gap: 28px;
}

/* location-container içeriği kontrollü olsun */
.location-container {
    display: flex;
    flex-direction: column;
}

/* Harita responsive */
.map-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* responsive yükseklik */
    border-radius: 10px;
    overflow: hidden;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Form düzeni */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    justify-content: center;
    /* formu kutu içinde biraz ortalar */
}

/* Name + Email masaüstünde yan yana, eşit */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Input + textarea ortak stil */
.field {
    width: 100%;
    height: 56px;
    padding: 0 14px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Textarea inputlara uyumlu */
.field-area {
    height: 240px;
    padding: 12px 14px;
    resize: vertical;
}

/* Mobilde: tek kolon + inputlar alt alta */
@media (max-width: 991px) {

    /* Bootstrap md kırılımı */
    .form-row {
        grid-template-columns: 1fr;
    }

    .field-area {
        height: 180px;
    }
}

/* RESPONSIVE */

@media(max-width: 991px) {
    #header {
        background: white;
        position: relative;
        width: 100%;
        padding: 0;
    }

    header {
        height: 100px !important;
        position: sticky;
        background: white;
    }
    h1{
        margin-top: 50px !important;
    }

    #header.scrolled {
        height: 100px !important;
        padding: 0;
    }

    .header-content {
        background: white;
        width: 100%;
    }
    .header-content .nav-link{
        border-radius: 14px;
        background: rgb(243, 243, 243);
        padding: 5px 5px;
    }
    .nav-link{
        padding-left: 25px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .navbar-collapse{
        padding-bottom: 30px;
    }


    .box {
        left: 0;
        top: -100px;
        width: 100%;
        display: flex;
        position: relative;
    }

    .content {
        margin: 3%;
        justify-content: center;
        align-items: center;
    }

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

    .certificates {
        width: 100% !important;
    }
}

@media(max-width: 1500px) {
    .location {
        width: 380px;
        height: 430px;
    }
}

@media(max-width: 1390px) {
    .location {
        width: 350px;
        height: 430px;
    }
}

@media(max-width: 1280px) {
    .location {
        width: 320px;
        height: 400px;
    }
}

@media(max-width: 1160px) {
    .location {
        width: 280px;
        height: 400px;
    }
}

@media(max-width: 1000px) {
    .location {
        width: 230px;
        height: 400px;
    }
}

@media(max-width: 770px) {
    .location-container {}

    .location {
        flex: 1;
        text-align: center;
        width: 100%;
        height: 350px;

    }
}