.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.api .whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.api .whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.api .whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .whatsapp:hover .tooltiptext {
    visibility: visible;
}

.api .telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.api .telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telefon:hover .tooltiptext {
    visibility: visible;
}

.api .telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.api .telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telegram:hover .tooltiptext {
    visibility: visible;
}

.api .instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.api .instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .instagram:hover .tooltiptext {
    visibility: visible;
}
.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}
/* Büyükkaya kurumsal sabit iletişim ikon düzenlemesi */
.api {
    z-index: 999;
}

.api .whatsapp a,
.api .telefon a,
.api .telegram a,
.api .instagram a {
    height: 46px !important;
    width: 46px !important;
    line-height: 46px !important;
    font-size: 21px !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
    transition: all .25s ease-in-out !important;
}

.api .telefon a {
    background: #123E73 !important;
}

.api .whatsapp a {
    background: #25D366 !important;
}

.api .telegram a {
    background: #27A7E5 !important;
}

.api .instagram a {
    background: linear-gradient(135deg, #123E73 0%, #0A2E5C 100%) !important;
}

.api .whatsapp:hover a,
.api .telefon:hover a,
.api .telegram:hover a,
.api .instagram:hover a {
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

.api .whatsapp .tooltiptext,
.api .telefon .tooltiptext,
.api .telegram .tooltiptext,
.api .instagram .tooltiptext {
    background-color: #0F1723 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 7px 10px !important;
    top: 8px !important;
    left: 112% !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
    white-space: nowrap !important;
}

.lang h4 {
    color: #0A2E5C !important;
    font-weight: 600 !important;
}

.lang a {
    color: #5F6875 !important;
    padding: 7px 15px !important;
    border: 1px solid rgba(10, 46, 92, 0.18) !important;
    border-radius: 8px !important;
    transition: all .25s ease !important;
    text-decoration: none !important;
}

.lang a:hover {
    color: #0A2E5C !important;
    border-color: #0A2E5C !important;
    background: rgba(10, 46, 92, 0.06) !important;
}

@media only screen and (max-width: 767px) {
    .api {
        z-index: 9999 !important;
    }

    .api a {
        height: 42px !important;
        line-height: 42px !important;
        font-size: 20px !important;
        border-radius: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .api .telefon a {
        background: #123E73 !important;
    }

    .api .whatsapp a {
        background: #25D366 !important;
    }

    .api .telegram a {
        background: #27A7E5 !important;
    }

    .api .instagram a {
        background: #0A2E5C !important;
    }

    .api .whatsapp:hover a,
    .api .telefon:hover a,
    .api .telegram:hover a,
    .api .instagram:hover a {
        transform: none !important;
        -webkit-transform: none !important;
    }

    .api .tooltiptext {
        display: none !important;
    }
}
/* =========================================================
   BÜYÜKKAYA BROKERLİK - KURUMSAL OVERRIDE
   Dosya: yeni.css en altına eklenecek
========================================================= */

/* Genel font ve renk netliği */
body {
    font-family: 'Titillium Web', sans-serif !important;
    color: #d6dce5;
}

/* Footer ana alan */
.footer-con {
    background: #0f1723 !important;
    overflow: hidden;
}

.footer-con.legal_situation_footer {
    background: #0f1723 !important;
}

/* Footer üst e-bülten alanı */
.footer-con .upper_portion {
    background: linear-gradient(135deg, #123E73 0%, #0A2E5C 100%) !important;
    border-radius: 18px !important;
    padding: 36px 55px !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22) !important;
}

.footer-con .upper_portion .heading h6 {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 14px !important;
    font-weight: 600 !important;
}

.footer-con .upper_portion .heading h6:before {
    background-color: #ffffff !important;
}

.footer-con .upper_portion .heading h5 {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

/* E-bülten form */
.footer-con .upper_portion .form-group {
    display: flex !important;
    gap: 14px !important;
    align-items: center !important;
}

.footer-con .upper_portion .form_style {
    height: 56px !important;
    min-width: 350px !important;
    border-radius: 50px !important;
    padding: 0 28px !important;
    background: #ffffff !important;
    color: #0f1723 !important;
    font-size: 14px !important;
    border: none !important;
    outline: none !important;
}

.footer-con .upper_portion .form_style::placeholder {
    color: #8d98aa !important;
}

.footer-con .upper_portion button {
    height: 56px !important;
    border-radius: 50px !important;
    padding: 0 34px !important;
    background: #ffffff !important;
    color: #0f1723 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: all .25s ease !important;
}

.footer-con .upper_portion button i {
    margin-left: 18px !important;
    color: #0f1723 !important;
}

.footer-con .upper_portion button:hover {
    background: #c8a96b !important;
    color: #ffffff !important;
}

.footer-con .upper_portion button:hover i {
    color: #ffffff !important;
}

/* Footer orta bölüm */
.footer-con .middle_portion {
    padding: 92px 44px 72px !important;
}

.footer-con .footer-logo {
    display: inline-block !important;
    margin-bottom: 28px !important;
}

.footer-con .footer-logo img {
    max-width: 230px !important;
    height: auto !important;
    opacity: 1 !important;
    filter: brightness(0) invert(1) contrast(1.1) !important;
}

.footer-con .logo-content p {
    color: #aeb8c7 !important;
    max-width: 390px !important;
    margin-bottom: 26px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.footer-con .heading {
    color: #ffffff !important;
    font-size: 21px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 28px !important;
}

/* Footer linkler */
.footer-con .links ul li,
.footer-con .icon ul li {
    margin-bottom: 14px !important;
}

.footer-con .links li i {
    color: #c8a96b !important;
    font-size: 12px !important;
    margin-right: 12px !important;
}

.footer-con .links li a,
.footer-con .icon li a,
.footer-con .icon li p {
    color: #aeb8c7 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    transition: all .25s ease !important;
}

.footer-con .links li a:hover,
.footer-con .icon li a:hover {
    color: #ffffff !important;
}

.footer-con .icon li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
}

.footer-con .icon li i {
    color: #c8a96b !important;
    font-size: 15px !important;
    min-width: 16px !important;
    margin-top: 5px !important;
}

/* Footer sosyal medya */
.footer-con .social-icons {
    display: flex !important;
    gap: 12px !important;
}

.footer-con .social-icons li {
    margin: 0 !important;
}

.footer-con .social-icons li a {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    color: #ffffff !important;
    text-align: center !important;
    transition: all .25s ease !important;
}

.footer-con .social-icons li a i {
    color: #ffffff !important;
    font-size: 13px !important;
}

.footer-con .social-icons li a:hover {
    background: #123E73 !important;
    border-color: #123E73 !important;
}

/* Footer arka plan logo/side image */
.footer-con .footer-sideimage {
    left: 75px !important;
    bottom: 70px !important;
    opacity: 1 !important;
    z-index: 0 !important;
}

.footer-con .footer-sideimage img {
    width: 125px !important;
    opacity: .18 !important;
    filter: none !important;
}

/* Footer copyright */
.footer-con .copyright {
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    padding: 18px 15px !important;
}

.footer-con .copyright p {
    color: #8d98aa !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

/* Sağ sabit iletişim form butonu */
#fixed-form-container {
    z-index: 998 !important;
}

#fixed-form-container .image {
    background: rgba(255,255,255,0.08) !important;
    border-radius: 50% !important;
    box-shadow: 0 18px 45px rgba(0,0,0,0.28) !important;
}

#fixed-form-container .footer-contactimage img {
    border-radius: 50% !important;
}

/* Sol sabit iletişim ikonları */
.api {
    z-index: 999 !important;
}

.api .whatsapp a,
.api .telefon a,
.api .telegram a,
.api .instagram a {
    height: 46px !important;
    width: 46px !important;
    line-height: 46px !important;
    font-size: 21px !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
    transition: all .25s ease-in-out !important;
}

.api .telefon a {
    background: #123E73 !important;
}

.api .whatsapp a {
    background: #25D366 !important;
}

.api .telegram a {
    background: #27A7E5 !important;
}

.api .instagram a {
    background: linear-gradient(135deg, #123E73 0%, #0A2E5C 100%) !important;
}

.api .whatsapp:hover a,
.api .telefon:hover a,
.api .telegram:hover a,
.api .instagram:hover a {
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

.api .whatsapp .tooltiptext,
.api .telefon .tooltiptext,
.api .telegram .tooltiptext,
.api .instagram .tooltiptext {
    background-color: #0F1723 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 7px 10px !important;
    top: 8px !important;
    left: 112% !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
    white-space: nowrap !important;
}

/* Dil seçici */
.lang h4 {
    color: #0A2E5C !important;
    font-weight: 600 !important;
}

.lang a {
    color: #5F6875 !important;
    padding: 7px 15px !important;
    border: 1px solid rgba(10, 46, 92, 0.18) !important;
    border-radius: 8px !important;
    transition: all .25s ease !important;
    text-decoration: none !important;
}

.lang a:hover {
    color: #0A2E5C !important;
    border-color: #0A2E5C !important;
    background: rgba(10, 46, 92, 0.06) !important;
}

/* Testimonial quote ikon */
.testimonial-con .content .testimonial-quote {
    background: #123E73 !important;
    border-radius: 50% !important;
}

.testimonial-con .content .testimonial-quote img {
    max-width: 42px !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
}

/* Mobil düzen */
@media only screen and (max-width: 991px) {
    .footer-con .upper_portion {
        padding: 30px 26px !important;
    }

    .footer-con .upper_portion .form-group {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .footer-con .upper_portion .form_style {
        min-width: 100% !important;
        width: 100% !important;
    }

    .footer-con .upper_portion button {
        width: 100% !important;
    }

    .footer-con .middle_portion {
        padding: 70px 24px 55px !important;
    }

    .footer-con .footer-logo img {
        max-width: 210px !important;
    }

    .footer-con .heading {
        margin-top: 28px !important;
        margin-bottom: 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-con .upper_portion {
        border-radius: 14px !important;
        padding: 26px 20px !important;
    }

    .footer-con .upper_portion .heading h5 {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    .footer-con .middle_portion {
        padding: 55px 18px 48px !important;
        text-align: left !important;
    }

    .footer-con .footer-logo img {
        max-width: 190px !important;
    }

    .footer-con .logo-content p {
        max-width: 100% !important;
    }

    .footer-con .footer-sideimage {
        display: none !important;
    }

    .footer-con .copyright {
        padding: 16px 15px 58px !important;
    }

    .api {
        z-index: 9999 !important;
    }

    .api a {
        height: 42px !important;
        line-height: 42px !important;
        font-size: 20px !important;
        border-radius: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .api .telefon a {
        background: #123E73 !important;
    }

    .api .whatsapp a {
        background: #25D366 !important;
    }

    .api .telegram a {
        background: #27A7E5 !important;
    }

    .api .instagram a {
        background: #0A2E5C !important;
    }

    .api .whatsapp:hover a,
    .api .telefon:hover a,
    .api .telegram:hover a,
    .api .instagram:hover a {
        transform: none !important;
        -webkit-transform: none !important;
    }

    .api .tooltiptext {
        display: none !important;
    }
}

