/** 
 	Tttle: CSS Customization for WINN4 
	Author: HETA 
**/

@media(max-width:767px) { /* */
    
.project_info .card.gallery { flex-direction: column; }
.project_info .col-sm-12 {
    width: 100%;
    float: none;
    clear: both;
    display: block;
}

#ongoing-projects .card , #session-ready-projects .card { width: 100%;}
/*
.navbar .container.py-2 , .navbar .navbar-brand {
    width: 100%;
    display: block !important;
    text-align: center;
}


.navbar .navbar-collapse {display: flex;}
.navbar .navbar-collapse .navbar-nav {
    flex-direction: row;
    justify-content: space-between !important;
}
*/

/**/ } /**/

.home_project form#project-search-form {
    background: #f9fafb;
    padding: 5px 20px;
    border-radius: 10px;
}
.home_project form#project-search-form .btn-submit {
    width: 100%;
    background: #80a1c2;
    border-color: #fff;
}
.home_project form#project-search-form :where(select, input, input::placeholder) {
    font-size: 13px;
    color: #a5a5a5;
}
.home_project .nav.nav-pills li.nav-item {
    margin: 5px !important;
    font-size: 14px;
    background: #fff;
}
.home_project .nav.nav-pills  {background: none;}
.home_project .nav.nav-pills .nav-link {
    margin: 0;
    background: #f9fafb;
}

.project_info .modal a {color: #cc3300;}
.project_info .card {
    display: flex;
    flex-direction: row;
}
.project_info .card .col-md-4, .project_info .card .col-md-8  {
    padding: 0 0.5rem;
}
.project_info .container .action-btn {
    position: relative;
    width: 100%;
    box-shadow: none;
    right: inherit;
    top: inherit;
    opacity: 1;
    border: 0;
    margin-top: 30px;
    background: #3bc29a;
    border-radius: 0;
    line-height: 32px;
}
.project_info .thumbnails-carousel .owl-nav .owl-prev:before ,.project_info  .thumbnails-carousel .owl-nav .owl-next:before {display: none;}
.project_info .owl-carousel .owl-nav button.owl-prev, .project_info .owl-carousel .owl-nav button.owl-next, .project_info .owl-carousel button.owl-dot {
    width: auto;
    font-size: 36px !important;
    margin: -18px 18px 18px !important;
    color: #fff;
    text-shadow: 2px 2px 2px #3333338c;
}

.project_info .card .panel-heading { padding-left: 0; }
.project_info .card .panel-heading .price-info.text-center {text-align: left !important;}
.project_info .card h2.panel-title {font-size: 25px; text-align: left;}
.project_info .card .panel-title {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    color: inherit;
}
.project_info .panel.panel-default.panel-header {
    display: flex;
	justify-content: space-between;
}

[class$="-projects"] .btn {}
.project-section a.btn {
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    bottom: -50px;
    border-radius: 0;
    background: #80a1c2;
}
.project-section .card { margin-bottom: 50px; }
.project-section .card-title {font-size: 15px;} 
.project-section .price-info {
    font-size: 13px;
    margin: -8px 0 10px 0;
    color: #80a1c2;
}
.project-section .note {
    font-size: 13px;
    color: #1e293b;
}
.project-section .card-img-top {
    height: auto !important;
    aspect-ratio: 1;
    border-radius: 30px 30px 0 0;
    object-fit: cover;
}
.project-section .card {border: 0;}

.project-section  h2.heading--title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.project-section .page-item.active .page-link {    color: #80a1c2;}
.project-section .page-item .page-link {
    background: white; color: #c7c6c6;
}
.landing .navbar {
    background-image: radial-gradient(at top left, #0c233a 0%, #2d71bb 100%);
    background-color: #1c446e;
	border-bottom: 1px solid #fff;
}
.landing .navbar a.nav-link {color: #fff !important; font-size: 13px;}


/* Mobil menü varsayılan olarak gizli */
.menu-container {
    padding: 10px;
    color: white;
    text-align: right;
    display: none; /* Masaüstünde gizle */
}

.menu-btn {
    font-size: 24px;
    cursor: pointer;
}

.menu {
    display: none;
    position: absolute;
    top: 76px;
    right: 10px;
    background: white;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.menu a:last-child {
    border-bottom: none;
}

.menu a:hover {
    background: #f5f5f5;
}
.mobil-profile {
  display: none;
  font-size: 13px;
}
/* Sadece mobilde göster */
@media (max-width: 768px) {
    .menu-container {
        display: block;
    }
    .mobil-profile {
        display: flex;
    }
}