* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'AcuminPro-Regular', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: #58585a;
}

#ContentPlaceHolder1_Content3_Content3_Panel2{
display: flex;
}

h1 {
	font-size: 1.5rem !important;
}
h5 {
	font-size: 1rem !important;
	font-weight: 600 !important;
}

a {
    color: #58585a;
    text-decoration: none;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    color: #c32127;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

p {
    font-family: 'AcuminPro-Regular', sans-serif;
    font-weight: 400;
}

ol,
ul {
    padding-left: .6rem !important;
}

hr {
    background-color: #bbb !important;
}

main {
    background-image: url(../img/main-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

input[type="radio"] {
	margin-right: 5px;
}

.upcoming-events .btn-danger,
.news .btn-danger,
.content .btn-danger {
    min-width: 7rem;
    padding: 0.5rem 1rem !important;
    font-family: 'AcuminPro-Regular', sans-serif;
    font-weight: 400;
    background-color: #ca4d3d;
    border-color: #ca4d3d;
}

.upcoming-events .btn-primary,
.news .btn-primary,
.content .btn-primary {
    padding: 0.5rem 1rem !important;
    font-family: 'AcuminPro-Regular', sans-serif;
    font-weight: 400;
    background-color: #2292d1;
    border-color: #2292d1;
}

.content .btn-primary,
.content .btn-primary:hover,
.content .btn-danger,
.content .btn-danger:hover {
    color: #fff !important;
}

.card,
.card-img,
.card-img-top {
    border-radius: 0rem !important;
}

footer {
    padding: 2rem 0rem;
    background: url(../../assets/img/footer-bg.png) no-repeat center top;
    background-size: cover;
    border-top: 5px solid #9b1010;
}


/* Styling the logo */

.top-links .logo {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}


/* Styling all the nav items as a whole */

.top-links .nav-items {
    display: flex;
    flex: 1;
    padding: 0 0 0 200px;
}


/* Styling the list items in the nav tag */

.top-links .nav-items li {
    list-style: none;
    padding: 0 10px;
}


/* Styling each list items */

.top-links .nav-items li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}


/* Setting the hover colour on the list items*/

.top-links .nav-items li a:hover {
    color: #19191b;
}

.top-links .searchbar {
    position: relative;
}

.top-links .searchbar .form-control:focus {
    box-shadow: none;
}

.search-border {
    border: 1px solid #bbb;
}


/* Styling the search box where the 
    input would be given */

.top-links .searchbar input[type="text"] {
    border: 0;
    padding: 0;
    width: 0px;
    height: 21px;
    border-radius: 3px;
    transition: all 0.3s ease;
}


/* Styling the search bar icon */

.top-links .searchbar .icon {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: none;
    border-radius: 3px;
    color: #263489;
    transition: all 0.5s 0.3s ease;
}

.top-links .searchbar .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.top-links .searchbar .icon span {
    margin-left: 20px;
}

.top-links .searchbar .icon.active {
    transition: all 0.3s ease;
}

.top-links .searchbar input[type="text"].active {
    width: 250px;
    padding: 0 10px;
    transition: all 0.5s 0.2s ease;
}

.top-links .licon li {
    list-style: none;
    display: flex;
}

.top-links .licon li a {
    padding: 0 20px;
}


/* LOGIN */

.login-page {
    width: 100%;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
}

.form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    text-transform: uppercase;
    outline: 0;
    background: #005596;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #095481;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form p.message a,
.login-form a.forgot-pass {
    font-size: 12px;
    color: #263489;
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.w-full {
    width: 100%;
}

.p-b-48 {
    padding-bottom: 48px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #57b846;
}

.txt3 {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
}

.login-form .password {
    position: relative;
}


/*---------------------------------------------*/

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: -9px;
    right: 12px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
}

.btn-show-pass:hover {
    color: #263489;
}


/* Google üst bannerı gizle */
.goog-te-banner-frame.skiptranslate { display:none !important; }
body { top:0 !important; }

/* Google widget görünmesin ama çalışsın */
.gt-hidden{
  position:absolute;
  left:-9999px;
  width:1px;height:1px;
  overflow:hidden;
}

/* === Dil butonu (soldaki gibi) === */
.lang-li{ position: relative; }

.lang-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;

  padding:6px 10px;
  border:1px solid #cfd8e3;
  border-radius:6px;

  background:#fff;
  color:#2b2b2b;
  text-decoration:none;

  font-size:14px;
  line-height:1;
}

.lang-btn:hover{
  background:#f7f9fc;
  text-decoration:none;
  color:#2b2b2b;
}

.lang-btn .caret{
  font-size:12px;
  opacity:.65;
  margin-left:2px;
}




/* ================================
   Google Translate (UI gizle)
   ================================ */

/* Google üst bannerı gizle */
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }

/* Google widget görünmesin ama çalışsın */
.gt-hidden{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ================================
   Dil Butonu + Dropdown (Final)
   ================================ */

.lang-li{
  position: relative;
}

/* Button görünümü */
.lang-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 10px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;

  background: #fff;
  color: #2b2b2b;
  text-decoration: none;

  font-size: 14px;
  line-height: 1;
}

/* Bootstrap dropdown-toggle caret'i çok büyükse kontrol */
.lang-btn.dropdown-toggle::after{
  margin-left: 8px;
  vertical-align: middle;
  opacity: .65;
}

/* Hover */
.lang-btn:hover{
  background: #f7f9fc;
  text-decoration: none;
  color: #2b2b2b;
}

/* Dropdown'un görünür kalması için (üst menüde kırpılmasın) */
.top-links ul { overflow: visible !important; }
.top-links, .top-links * { overflow: visible !important; }

/* Menü: scroll MENÜNÜN KENDİSİNDE */
.lang-menu{
  min-width: 220px;
  max-height: 70vh;          /* ekranın %70'i kadar */
  overflow-y: auto;          /* scroll burada */
  overflow-x: hidden;

  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);

  z-index: 99999 !important;
}

/* İç panel scroll taşımaz */
.lang-panel{
  display: block;
  padding: 0;

  max-height: none !important;
  overflow: visible !important;
}

/* Dil satırları */
.lang-item{
  display: block;
  padding: 10px 12px;
  border-radius: 6px;

  text-decoration: none;
  color: #0d6efd;
  font-weight: 500;
  font-size: 14px;

  white-space: nowrap; /* satır kırılmasın */
}

.lang-item:hover{
  background: rgba(13,110,253,.08);
  text-decoration: none;
}

.lang-item.active{
  background: rgba(13,110,253,.12);
}

.lang-loading{
  padding: 10px 12px;
  color: #6b7280;
  font-size: 13px;
}
/* ✅ Dropdown menüyü akıştan çıkar (sayfayı itmesin) */
.lang-li { position: relative !important; }

.lang-li > .lang-menu.dropdown-menu{
  position: absolute !important;   /* en kritik */
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;

  transform: none !important;      /* bazı temalarda translate ile akış bozuluyor */
  float: none !important;
  margin: 0 !important;

  max-height: 70vh !important;
  overflow-y: auto !important;

  z-index: 99999 !important;
}

/* Sağdan açılacaksa */
.lang-li > .lang-menu.dropdown-menu-end{
  left: auto !important;
  right: 0 !important;
}

/* İç panel scroll taşımasın */
.lang-panel{
  max-height: none !important;
  overflow: visible !important;
}


/* Mobilde daha iyi */
@media (max-width: 576px){
  .lang-menu{
    max-height: 60vh;
    min-width: 200px;
  }
}


