
.th-social {
    display: flex;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-toggle img {
    width: 20px; /* Bayrağın genişliği */
    height: auto; /* Otomatik olarak yüksekliği ayarlar */
    margin-right: 5px; /* Bayrak ile yazı arasındaki boşluk */
    vertical-align: middle; /* Dikey hizalama */
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Butonun hemen altına yerleştirir */
    left: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9999; /* Menüyü en üstte gösterir */
}

.dropdown-menu li {
    padding: 5px 10px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}

.dropdown-menu li a img {
    margin-right: 5px;
    width: 20px; /* Bayrak genişliği */
    height: auto; /* Bayrak yüksekliği orantılı */
}

.dropdown:hover .dropdown-menu {
    display: block; /* Hover sırasında menüyü gösterir */
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #7a7e9a;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #24416b;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #24416b;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.header-area {
  background-color: #ffffff;
}

.top-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .header-left-content img {
  width: 170px;
  position: relative;
  top: 2px;
}

.top-header .header-right-content {
  float: right;
}

.top-header .header-right-content ul li {
  display: inline-block;
  color: #24416b;
  padding-left: 50px;
  position: relative;
  margin-right: 30px;
  top: 8px;
}

.top-header .header-right-content ul li:last-child {
  margin-right: 0;
}

.top-header .header-right-content ul li i {
  color: #fa4612;
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #f3ddd0;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.top-header .header-right-content ul li span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #7a7e9a;
  font-weight: 500;
  margin-bottom: 2px;
}

.top-header .header-right-content ul li a {
  color: #24416b;
  font-size: 13px;
  font-weight: 600;
}

.top-header .header-right-content ul li:hover a {
  color: #fa4612;
}

.top-header .flag-wrap {
  position: relative;
  top: -18px;
  margin-right: 40px;
}

.top-header .flag-wrap .flag-item-top {
  padding-left: 0;
}

.top-header .flag-wrap .flag-item-top .flag-bar {
  position: relative;
}

.top-header .flag-wrap .flag-item-top .flag-bar img {
  width: 40px;
}

.top-header .flag-wrap .flag-item-top .flag-bar span {
  position: absolute;
  top: 13px;
  left: 30px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom {
  position: absolute;
  bottom: -255px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 250px;
  left: -158px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  right: 57px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
  margin-bottom: 10px;
  padding-left: 0;
  margin-right: 0;
  display: block;
  position: unset;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
  margin-bottom: 0;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
  width: 20px;
  margin-right: 5px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #fa4612;
}

.top-header .flag-wrap .flag-item-top:hover .flag-bar span {
  color: #fa4612;
}

.top-header .flag-wrap .flag-item-top:hover .flag-item-bottom {
  visibility: visible;
  opacity: 1;
  bottom: -260px;
}



