.promotion-header {
  background: #224e7b;
  flex: 1;
  display: flex;
  height: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.promotion-header span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

@media (max-width: 768px) {
  .promotion-header {
    height: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
  }
}

.nav-tabs .nav-link {
  border: none !important;
  background: #fafafa !important;
  color: #4b4b4b !important;
  border-radius: 0 !important;
}

ul.nav-tabs .nav-item .nav-link:focus,
ul.nav-tabs .nav-item .nav-link.active {
  border-color: #d1e8ff !important;
  outline: none !important;
  box-shadow: none !important;
  border-width: 1px 1px 0px 1px !important;
  border-style: solid !important;
  border-color: #ececec !important;
}


.thumbnail-slider {
    grid-template-columns: repeat(5, 1fr);
}

.thumbnail-item{
    height: 100px;
}

.main-image {
    height: 600px;
}

.detail-wrapper-body {
    border: none !important;
}

.widget-boxed {
    padding: 8px !important;
    border-radius: 12px !important;
}


.widget-boxed {
    background: #fff;
}


.infoDiv {
    font-size: 11px !important;
}

.fixed-button {
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 1000;
    display: none;
    background-color: #005AA9 !important;
    border-color: #005AA9 !important;
}

.error-message {
    color: #005AA9;
    font-size: 12px;
}

.success-message {
    color: green;
    font-size: 12px;
}

@media (max-width: 768px) {
    .fixed-button {
        display: block !important
    }

}


.product-review-container__redirect__span-wrapper {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-review-container__redirect__span-wrapper p {
    font-family: source_sans_proregular, sans-serif;
    font-style: normal;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: inherit !important;
}

.product-review-container__redirect {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
}

.product-review-container__redirect img {
    width: 50px;
    height: 44.95px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 12px;
    margin-right: 10px;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.product-review-section-wrapper__wrapper__product-rating-filters {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
     margin-right: 20px;
}

@media (max-width:768px) {
    .product-rating-count-container {
        width: 45% !important;
        margin-top: 20px !important;
    }
}

.product-rating-count-container {
    width: 150px;
    height: 38px;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .0511637);
    border-radius: 12px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.product-rating-count-container__count {
    margin-left: 7px;
    margin-top: 3px
}

.product-review-section-wrapper__wrapper__filter_title {
    font-family: source_sans_proregular, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    margin-bottom: 10px;
}

#previewContainer img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin: 5px;
}

.autoWidthTr {
    font-weight: 600
}

.homes-content span.det {
    font-weight: 700
}

.trStyle {
    gap: 4px;
}

.trStyle tr {
    margin-bottom: 7px;
}

.trStyle tr td {
    width: 100% !important;
    border: 1px solid #e8e8e8;
    border-radius: 5px !important;
    padding: 8px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.nav-tabs .nav-item .nav-link:focus,
ul.nav-tabs .nav-item .nav-link.active {
    border-color: #D1E8FF !important;
    /* Siyah yerine istediğin renk */
    outline: none !important;
    /* Varsa outline da kaldırılsın */
    box-shadow: none !important;
    /* Bootstrap'den gelen box-shadow varsa kaldırılsın */
}

.card-text {
    display: flex;
    flex-direction: column;
}

.card-text a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-weight: 500;
    justify-content: space-between;
}

.card-text a:hover {
    color: #005AA9;
}

.card-text-location {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.location-det {
    align-content: center;
}

.location-btn {
    color: #005AA9;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 11.429px;
    /* 103.896% */
    letter-spacing: -0.22px;
}

@media(max-width:768px) {

    section {
        padding: 0.5rem 0 !important;
    }
}


.info-tooltip .tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
}

.info-tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

.tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.form-wrapper{
    background: linear-gradient(to bottom, #005AA9, #087DE3);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    display: flex
    ;
        flex-direction: column;
        align-items: center;
}
.promotion-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 0px;
}
.right-header{
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 12px;
}
.btn-outline-primary{
    border-radius: 22px !important;
}
.main-image{
    object-fit: cover !important;
}
.main-image-container{
    border: none !important;
}
.form-wrapper label{
    color: #fff !important;
    font-weight: 600 !important;

}
.filter-tags-wrap a{
    color: #fff !important;
}
.submit-wrapper{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
}
.headings-2{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 17px;
    justify-content: center;
    margin-top: 8px;
}
.promotion-submit-btn{
    background: #fff !important;
    color: #444 !important;
    font-size: 18px !important;
    width: 100%;
    padding: 24px !important;
    border: 3px solid #005aa9;
    text-transform: capitalize !important;
}
@media (max-width: 768px) {
    .headings-2{
        margin-top: 24px;
    }
    .headings-1{
        margin-top: 4px;
    }
    .promotion-submit-btn{
        font-size: 16px !important;
        padding: 12px !important;
        border: 3px solid #005aa9;
    }
    .tab-content{
        margin: 20px 0px !important;
    }
    .listing-title-bar h4{
        font-size: 15px !important;
        font-weight: 400 !important;
    }
}
.tab-content{
    margin: 20px 20px 20px 0px;
}
.project-logo{
    height: 80px;
    width: 200px;
}
.project-logo img{
    object-fit: cover;
    width: 200px;
    height: 80px;
    border-radius: 3px;
}
.inner-pages .form-group .form-control {
    height: 38px !important;
}

.promotion-submit-btn:hover {
    color: #fff !important;
}