#ilan-adres, #ilan-baslik{
    font-size: 16px;
}
.title{
    font-size: 20px;
}
.ekinox-franchise-area p{
    width: 271px;
    font-size: 22px;
}
.discover-button button{
    width: 100px;
    font-size: 18px;
}
.send-estate-p p{
    font-size: 18px;
}
.info-content p{
    font-size: 17px;
}
.location-info{
    font-size: 17px;
}
.advisor{
    font-size: 16px;
}
.advisor-name-custom{
    font-size: 16px;
}
.card-body .card-text{
    font-size: 17px;
}
.advisor-title{
    font-size: 16px;
}
.advisor-name{
    font-size: 17px;
}
.advisor-min img{
    width: 60px;
}
.wiev-card{
    font-size: 15px;
}
.danisman-infos-title-area h5{
    font-size: 17px;
}
.danisman-info-pst{
    width: 170px;
}
.apartmant-icons-area span{
    font-size: 15px;
}
.danisman-phone, .danisman-mail, .danisman-locale-info, a{
    font-size: 17px;
}
.ekinox-kariyer-desc p{
    font-size: 17px;
}
.users-lil-area span{
    font-size: 16px;
}
.many-users-show span{
    font-size: 16px;
}
.culture-label-desc p{
    font-size: 17px;
}
.posiblate-desc p{
    font-size: 17px;
}
.text-container-kryr p{
    font-size: 16px;
}
.open-position p{
    font-size: 17px;
}
.open-position ul li a{
    font-size: 16px;
}
.application-form button{
    font-size: 17px;
    width: 156px;
}
.location-cst{
    font-size: 17px;
}
.details-cst .detail-item-cst{
    font-size: 17px;
}
.property-details-cst .detail-item-cst{
    font-size: 16px;
}
.spcl-estate-desc-bg ul li{
    font-size: 17px;
}
.skills-spc ul li{
    font-size: 17px;
    color: #212529;
}
.join-us-new-opt {
    padding: 10px 25px;
    border-radius: 5px;
    background: linear-gradient(45deg, #e40d1f, #f44336); /* Dikkat çekici bir gradient */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; /* Animasyon efekti */
}

.join-us-new-opt:hover {
    background: linear-gradient(45deg, #f44336, #e40d1f); /* Hover'da renk değişimi */
    transform: scale(1.1); /* Hover efektiyle buton büyür */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Hover efektiyle hafif gölge eklenir */
    cursor: pointer; /* Hover'da işaretçi değişir */
    color: #fff;
}

.search-section{
    width: 70%;
}
.cst-slct-scnd{
    width: 100% !important;
}


/* Custom Popup Overlay */
.custom-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Custom Popup Content */
.custom-popup-content {
    background-color: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    width: 80%;
    max-width: 450px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.4s ease-in-out;
}

/* Custom Popup Title */
.custom-popup-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.custom-popup-title i {
    margin-right: 10px;
    color: #e40d1f;
}

/* Custom Popup Description */
.custom-popup-description {
    font-size: 16px;
    color: #777;
    margin-bottom: 25px;
}

/* Custom Close Button */
.custom-close-btn {
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}

.custom-close-btn i {
    font-size: 28px;
}

/* Custom Share Options */
.custom-share-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Custom Share Buttons */
.custom-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    width: 100%;
    text-align: center;
}

/* Button Hover Effects */
.custom-share-btn:hover {
    transform: scale(1.05);
}

/* Facebook Button */
.custom-share-btn.facebook {
    background-color: #3b5998;
    color: white;
}

.custom-share-btn.facebook:hover {
    background-color: #2d4373;
}

/* Twitter Button */
.custom-share-btn.twitter {
    background-color: #1da1f2;
    color: white;
}

.custom-share-btn.twitter:hover {
    background-color: #1a91c2;
}

/* WhatsApp Button */
.custom-share-btn.whatsapp {
    background-color: #25d366;
    color: white;
}
/* Instagram Button */
.custom-share-btn.instagram {
    background-color: #E1306C;
    color: white;
}

.custom-share-btn.instagram:hover {
    background-color: #C13584;
}

.custom-share-btn.whatsapp:hover {
    background-color: #128c7e;
}

/* Link Button */
.custom-share-btn.link {
    background-color: #4caf50;
    color: white;
}

.custom-share-btn.link:hover {
    background-color: #45a049;
}


/* Animation for Popup */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden-text.hidden {
    display: none;
    /* Gizli */
  }

  .hidden-text {
    display: inline;
    /* Varsayılan olarak gizli metin inline olacak */
  }

  .show-more-button button i {
    transition: transform 0.3s ease;
    /* İkon dönüş animasyonu */
  } @media (max-width: 768px) {

    #ilan-input{
        width: 100%;
    }

    /* Giriş Yapın butonunun görünürlüğünü ayarlıyoruz */
    #login-wrapper {
        visibility: visible !important;
        /* Ensure visibility */
        z-index: 10;
        /* Ensure it stays on top of other elements */
    }

    /* Giriş yap butonunun iconunu ve yazısını hizalıyoruz */
    #login-wrapper .login-icon {
        font-size: 20px;
        /* Icon boyutunu ayarlıyoruz */
    }

    #login-wrapper a {
        font-size: 16px;
        /* Yazı boyutunu ayarlıyoruz */
    }

    /* Navbar öğelerinin yatayda hizalanması */
    .navbar-nav {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        width: auto !important;
    }

    /* Navbar öğeleri arasına boşluk bırakıyoruz */
    .navbar-nav .nav-item {
        margin: 0 10px;
        /* Navbar öğeleri arasında boşluk bırak */
    }

    /* Logo-free-area-mobile düzenlemesi */
    .logo-free-area-mobile {
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        padding: 0;
        margin: 0;
    }

    /* Navbar scroll düzenlemesi */
    .navbar-nav-scroll {
        width: auto;
        overflow-y: auto;
    }

    /* Navbar'ın scroll yapılabilir yüksekliğini ayarlıyoruz */
    #navbarScroll {
        max-height: 100px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Mega menüyü mobilde gizliyoruz */
    #mega-menu {
        display: none;
    }



    /* Menüyü açma butonlarının hizalanması için küçük düzenleme */
    .navbar-toggler {
        margin-left: 10px;
        /* Menüyü açma butonlarına soldan boşluk bırak */
    }
}

  .show-more-button button.rotated i {
    transform: rotate(180deg);
    /* İkonu döndür */
  }



