/* Genel Container */

* {
    font-family: "DM Sans", sans-serif;
}

.container {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    margin: 0 auto;
}


/* Footer Base */

footer {
    background: #f5f7fa;
    color: #445;
    font-size: 0.95rem;
}


/* === Footer Top === */

.footer-row {
    display: flex;
    width: 100%;
    gap: 100px;
}

.footer-col-1 {
    flex: 1;
}

.footer-col-2 {
    flex: 3;
}

.footer-col-row {
    display: flex;
    gap: 20px
}

.footer-top {
    padding: 100px 0;
}

.footer-left {
    max-width: 300px;
}

.footer-logo img {
    max-height: 60px;
    display: block;
    margin-bottom: 10px;
}

.footer-anniversary {
    display: block;
    color: #c50032;
    font-weight: 600;
    margin-top: 5px;
}

.footer-slogan {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -1px;
}

.footer-slogan strong {
    color: #BC0042;
    font-weight: 700;
}

.footer-call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-call strong {
    color: #51678F;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -1px;
}

.footer-call p {
    color: #51678F;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
}

.footer-social p {
    margin-bottom: 19px;
    font-weight: 600;
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -1px;
}

.footer-social ul {
    display: flex;
    justify-content: space-between;
    /* ilk ikon sola, son ikon sağa */
}

.footer-social ul li {
    flex: unset;
    /* flex:1’i kaldır */
}

.footer-social ul li a svg {
    height: 40px;
    width: auto;
}


/* === Footer Mid === */

.footer-mid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
}

.footer-mid .footer-col-1 {
    display: flex;
    flex-direction: column;
    /* dikey hizala */
    justify-content: space-between;
}

.footer-col {
    min-width: 180px;
    flex: 1;
}

.footer-col h4 {
    margin-bottom: 40px;
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -1px;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-col ul li a:hover {
    color: #c50032;
}

.footer-col ul li.bold a {
    font-weight: 700;
}


/* === Footer Accreditation === */

.footer-accreditation {
    margin-bottom: 100px;
}

.footer-accreditation .container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-accreditation img {
    max-height: 100px;
}

.footer-accreditation a {
    color: #004080;
    text-decoration: underline;
}

.footer-accreditation .footer-col-2 {
    display: flex;
    justify-content: space-evenly;
    gap: 100px;
}

.jci-box {
    display: flex;
    align-items: center;
    gap: 40px;
}

.goTopBox {
    height: 100px;
    display: flex;
    align-items: center;
}


/* === Footer Bottom === */

.footer-bottom {
    background: #fff;
    padding: 60px 0;
    font-size: 0.85rem;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom ul {
    display: flex;
    gap: 20px;
}

.footer-bottom .footer-col-2 {
    display: flex;
    justify-content: space-between;
    /* biri sola, diğeri sağa yaslanır */
    align-items: center;
}

.footer-bottom .footer-col-1 p {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom .footer-col-2 ul li {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom .last-update {
    color: rgba(81, 103, 143, 0.50);
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom .last-update strong {
    color: #51678F;
}


/* === Newsletter Section === */

.newsletter {
    padding: 80px 0;
    background: #fff;
}

.newsletter .container {
    width: 70%;
    /* container'ı daha dar tuttuk */
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.newsletter-left {
    flex: 1;
}

.newsletter-left h2 {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 100% */
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.newsletter-left p {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.newsletter-right {
    flex: 1.2;
    padding-top: 10px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #D9DEE7;
    border-radius: 40px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #51678F;
    outline: none;
    transition: border-color 0.3s;
}

.newsletter-form input[type="email"]:focus {
    border-color: #BC0042;
}

.newsletter-form button {
    padding: 14px 30px;
    border: none;
    border-radius: 40px;
    background: #51678F;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter-form button:hover {
    background: #3a4d72;
}

.newsletter-consent {
    display: flex;
    align-items: flex-start;
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    gap: 10px
    /* 133.333% */
}

.newsletter-consent input[type="checkbox"] {
    margin-top: 2px;
}


/* === Mobile Promo Section === */

.mobile-promo {
    position: relative;
    width: 100%;
    /* görsel oranına göre ayarla */
    overflow: hidden;
}


/* Arka plan görsel */

.mobile-promo .promo-app {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* kırpmadan kaplasın */
    display: block;
}


/* Sol metin */

.mobile-promo-left {
    position: absolute;
    top: 20%;
    left: 100px;
    color: #51678F;
}

.mobile-promo-left .promo-label {
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.mobile-promo-left h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #51678F;
}

.mobile-promo-left h2 .highlight {
    color: #BC0042;
}


/* Sağ metin */

.mobile-promo-right {
    position: absolute;
    top: 20%;
    right: 100px;
    max-width: 400px;
    color: #51678F;
}

.mobile-promo-right h3 {
    color: #51678F;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 100% */
    letter-spacing: -2px;
    margin-bottom: 60px;
}

.mobile-promo-right p {
    font-size: 16px;
    margin-bottom: 20px;
}

.app-links {
    display: flex;
    gap: 15px;
}

.app-links img {
    height: 45px;
}

.page-hero {
    position: relative;
    width: 100%;
    height: 400px;
    /* sabit yükseklik */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    /* dikey ortalama */
    color: #fff;
}

.page-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}


/* İçerik */

.hero-content {
    /* margin-left: 5%; */
    height: 200px;
    /* transform: translateY(-10%); */
    margin-top: 200px;
}

.hero-subtitle {
    display: block;
    font-size: 1rem;
    margin-bottom: 12px;
    color: #eee;
}

.hero-title {
    font-size: 3rem;
    font-weight: 600;
    height: 110px;
    line-height: 1;
    color: #fff;
}


/* Breadcrumb */

.breadcrumb {
    font-size: 0.9rem;
    color: #ddd;
    margin-top: 15px;
    /* alta yapışmaması için boşluk */
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #BC0042;
}

.breadcrumb span {
    margin: 0 6px;
    color: #aaa;
}


/* === Main Header === */

body.white-header {
    padding-top: 160px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main-header.active {
    background: #fff;
    top: -40px;
    box-shadow: 0 1px 0 0 rgba(81, 103, 143, 0.15);
}

.main-header.active .btn-outline {
    background-color: #51678F;
    color: #fff;
}

.main-header.active .menu-cta .btn-menu {
    border-color: #51678F;
    color: #51678F;
}

.main-header.active .btn-menu span span {
    background-color: #51678F;
}

.main-header.active .header-nav {
    border-color: #51678F;
}

.main-header.active .header-nav a {
    color: #51678F;
}

.main-header.active .header-bottom {
    height: 80px;
}


/* === Header Top === */

.header-top {
    height: 40px;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-phone {
    color: #fff;
}

.header-phone a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-phone a span {
    font-weight: 300;
    opacity: .5;
}

.header-search {
    position: relative;
}

.header-search svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.header-search input {
    border-radius: 20px;
    padding: 5px 12px 5px 30px;
    background: transparent;
    color: #fff;
    font-size: 0.85rem;
    outline: 0;
}

.header-search input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-links ul {
    display: flex;
    gap: 30px;
}

.header-top-links a {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: color 0.3s;
}

.header-top-links a:hover {
    color: #BC0042;
}


/* === Header Bottom === */

.header-bottom {
    height: 100px;
    transition: .3s all linear;
}

.header-bottom-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* Logo */

.header-logo img {
    height: 50px;
    transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    filter: brightness(0) invert(100);
}

body.white-header .header-logo img {
    filteR: none;
}

header.active .header-logo img {
    filter: none;
}

body.white-header .header-phone {
    color: #51678F;
}

body.white-header .header-phone a {
    color: #51678F;
}

body.white-header .header-search input {
    color: #51678F;
}

body.white-header .header-top-links a {
    color: #51678F;
}

body.white-header .menu-cta .btn-menu {
    color: #51678F;
    border-color: #51678F;
}

body.white-header .header-nav {
    color: #51678F;
    border-color: #51678F;
}

body.white-header .btn-menu span span {
    background-color: #51678F;
}

body.white-header .header-phone svg path {
    fill: #51678F;
}

body.white-header .header-search svg path {
    stroke: #51678F;
}

body.white-header .header-search input::placeholder {
    color: #51678F;
    opacity: 1;
    /* Safari için gerekli, yoksa yarı saydam görünür */
}

body.white .header-top {
    border-bottom: 1px solid rgba(81, 103, 143, 0.15);
}

body.white-header .header-nav a {
    color: #51678F;
}

body.white-header .main-header {
    box-shadow: 0 1px 0 0 rgba(81, 103, 143, 0.15);
}

body.white-header .breadcrumb {
    margin-bottom: 100px;
}

body.white-header .breadcrumb,
body.white-header .breadcrumb a {
    color: #51678F
}


/* Menü CTA */

.menu-cta .btn-menu {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(20px);
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    gap: 10px;
}

.btn-menu span {
    height: 21px;
    width: 21px;
    display: inline-block;
    position: relative;
}

.btn-menu span span {
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: white;
    transition: .2s all linear;
}

.btn-menu span span.m1 {
    top: 0px;
    left: 0px;
}

.btn-menu span span.m2 {
    bottom: 0px;
    left: 0px;
}

.btn-menu span span.m3 {
    top: 0px;
    right: 0px;
}

.btn-menu span span.m4 {
    bottom: 0px;
    right: 0px;
}

.btn-menu:hover span span.m1 {
    top: 3px;
    left: 3px;
}

.btn-menu:hover span span.m2 {
    bottom: 3px;
    left: 3px;
}

.btn-menu:hover span span.m3 {
    top: 3px;
    right: 3px;
}

.btn-menu:hover span span.m4 {
    bottom: 3px;
    right: 3px;
}

.menu-cta .btn-menu:hover {
    background: #BC0042;
    border-color: #BC0042;
}

.main-header.active .menu-cta .btn-menu:hover {
    color: white;
}

.main-header.active .btn-menu:hover span span {
    background-color: #fff;
}

.main-header.active .menu-cta .btn-menu:hover {
    border-color: #BC0042
}

body.white-header .menu-cta:hover .btn-menu {
    color: white;
    border-color: #BC0042;
}

body.white-header .btn-menu:hover span span {
    background-color: #fff;
}


/* Navigation */

.header-nav {
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 44px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 40px;
}

.header-nav ul {
    display: flex;
    gap: 25px;
}

.header-nav a {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.header-nav a:hover {
    color: #BC0042;
}


/* CTA Buttons */

.header-cta {
    display: flex;
    gap: 12px;
}

.btn {
    padding: 12px 24px;
    border-radius: 30px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}


/* Outline Button */

.btn-outline {
    padding: 10px 20px;
    border: 1px solid #445d89;
    border-radius: 25px;
    color: #445d89;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: #445d89;
    color: #fff;
}

.btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #51678F;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: #51678F;
    /* solid başlangıç */
    color: #fff;
    transition: all 0.3s;
}

.btn-solid svg path {
    stroke: #fff;
    /* ikon beyaz */
    transition: stroke 0.3s;
}

.btn-solid:hover {
    background: #fff;
    /* hover’da outline’a döner */
    color: #51678F;
}

.btn-solid:hover svg path {
    stroke: #51678F;
}


/* Primary Button */

.btn-primary {
    padding: 10px 20px;
    border-radius: 25px;
    background: #BC0042;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #a20035;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    color: #51678F;
    margin-bottom: 30px;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: none;
    z-index: 9999;
}

.menu-overlay.active {
    display: block;
}

.menu-overlay .social-links ul {
    display: flex;
    gap: 10px;
}

.menu-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}


/* Sol Görsel */

.menu-left {
    flex: 0 0 40%;
    position: relative;
}

.menu-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}


/* Sağ İçerik */

.menu-right {
    flex: 0 0 60%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom right, #fff, #fafafa);
    position: relative;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid rgba(81, 103, 143, 0.25);
    background: #FFF;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.menu-subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    display: block;
}

.menu-links {
    display: flex;
    gap: 60px;
}

.menu-links .menu-col {
    flex: 1;
}

.menu-col ul {
    list-style: none;
    padding: 0;
}

.menu-col ul li {
    margin-bottom: 18px;
}

.menu-col ul li a:hover {
    color: #BC0042;
}


/* Footer */

.menu-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a {
    margin-right: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #51678F;
}

.footer-links a:hover {
    color: #BC0042;
}

.social-links a {
    margin-left: 12px;
    font-size: 18px;
    color: #BC0042;
    text-decoration: none;
}

.menu-left-ul li a {
    color: #51678F;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-right-ul li a {
    color: #BC0042;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-cta {
    cursor: pointer;
}


/* Modal başlık ve alt başlık */


/* Modal kapsayıcısı */


/* Modal kapsayıcısı */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

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

.modal-box {
    position: relative;
    max-width: 500px;
    margin: 5% auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal.show {
    display: block;
}

.modal .modal-title {
    font-size: 28px;
    font-weight: 600;
    color: #51678F;
    margin-bottom: 10px;
    text-align: center;
}

.modal .modal-subtitle {
    font-size: 16px;
    color: #777;
    margin-bottom: 30px;
    text-align: center;
}


/* Form yapısı */

.modal .callme-form .form-group {
    margin-bottom: 20px;
}

.modal .callme-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #51678F;
    font-weight: 500;
}

.modal .callme-form input,
.modal .callme-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #D9DEE7;
    border-radius: 8px;
    font-size: 14px;
    color: #51678F;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.modal .callme-form input:focus,
.modal .callme-form select:focus {
    border-color: #BC0042;
    box-shadow: 0 0 0 3px rgba(188, 0, 66, 0.1);
}


/* Checkbox alanları */


/* Modal içindeki checkbox */


/* Modal içindeki checkbox */

.modal .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #51678F;
}


/* Checkbox input sabit boyutta olsun */

.modal .form-check input[type="checkbox"] {
    flex: 0 0 auto;
    /* büyümesin */
    width: 16px;
    height: 16px;
    margin-top: 3px;
    cursor: pointer;
}


/* Label kalan tüm alanı alsın */

.modal .form-check label {
    flex: 1;
    cursor: pointer;
}


/* Form butonu */

.modal .form-actions {
    text-align: center;
    margin-top: 20px;
}

.modal .callme-form .btn {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 15px;
}

.form-msg .success {
    margin-top: 20px;
    padding: 15px;
    background: #e6f9f0;
    color: #2e7d32;
    border-radius: 6px;
    text-align: center;
}

.form-msg .error {
    margin-top: 20px;
    padding: 15px;
    background: #ffe5e5;
    color: #b71c1c;
    border-radius: 6px;
    text-align: center;
}