/* 
Theme Name:		 N Capital Child
Theme URI:		 http://childtheme-generator.com/
Description:	 N Capital Child is a child theme of N Capital, created by ChildTheme-Generator.com
Author:			 BEYCON
Author URI:		 http://childtheme-generator.com/
Template:		 n-capital
Version:		 1.0.0
Text Domain:	 n-capital-child
*/


/*
    Add your custom styles here

    
*/
body h1,h2,h3,h4,h5,h6,p,span {
    margin:0;
}

.e-search-input-wrapper {

    width: 10%;
}

.elementor-sticky--effects {
    background: #ffffff!important; /* change the background color here*/
 }


 .image-full-h {
    height: 100%;
  
}

.image-full-h .elementor-widget-container img {
    object-fit: cover;
      object-position: 57% 80%;
}

.elementor-lightbox .elementor-lightbox-image {

    padding: 16px;
}

.e-font-icon-svg.e-fas-search {

    margin-top: 6px!important;
}

/** yatırımlar **/
/* Slider Ana Konteyner */
.investments-slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
	padding-left: 45px;
    padding-right: 45px;
}

/* Slider İçerik Alanı */
.investments-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    width: 100%;
    padding: 10px 0;
}

/* Kartlar (Eski Büyük Boyutuna Geri Getir) */
.investment-item {
    flex: 0 0 calc(100% / 3 - 20px); /* 3 sütun */
    max-width: calc(100% / 3 - 20px);
    background: #F2F2F3;
    border: 1px solid #8AAACA;
    padding: 44px;
    height: 220px; /* Yüksekliği eski haline getir */
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover İçerik */
.investment-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0056b3;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.3s ease;
    padding-left: 40px;

}

.investment-item:hover .investment-hover-content {
    opacity: 1;
}

/* Sol Taraftaki İkon */
.investment-hover-content .investment-arrow {
    position: absolute;
    top: 50%;
    left: -12px;
    width: 24px;
    height: 48px;
    background: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transform: translateY(-50%);
}

/* Slider Okları */
.slider-prev, .slider-next {
    background-color: transparent;
    color: #777;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
}


.slider-prev {
    left: 0px;
}

.slider-next {
    right: 0px;
}

/* Kart İçindeki Bilgileri Düzgün Sıralama */
.investment-details {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 sütun yap */
    column-gap: 40px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    row-gap: 32px;
}

/* Web Sitesi Aşağıda Ortalansın */
.investment-details div:last-child {
    grid-column: span 2; /* Web Sitesi iki sütunu kaplasın */
    text-align: left;
}

.investment-info {

    width: 100%;
     
    
    }

/* Mobilde Kart Boyutunu Düzelt */
@media (max-width: 768px) {
    .investment-item {
        flex: 0 0 calc(100% - 20px); /* Mobilde 1 sütun */
        max-width: calc(100% - 20px);
        height: 180px; /* Mobilde biraz küçült */
    }
    .investment-item {
        padding: 16px;
    }
    .yatirim-p {
        font-size: 14px;
    }
    .investment-hover-content {
        padding-left: 20px;
  font-size: 14px;
}
.investment-details {
    column-gap: 12px;
    row-gap: 24px;
}
    }



a {
    outline: 0!important;
 }

 .elementor-nav-menu .sub-arrow {

    padding:0!important;
 }


/** döküman listesi css */
.custom-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.button-text {
    font-size: 16px;
    font-weight: bold;
    color: #1A3365;
}

.button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.button-icon i {
    font-size: 18px!important;
    color: #333;
}

.custom-button:hover {
    background: #f5f5f5;
}

.custom-button:hover .button-icon {
    border-color: #1A3365;
}

.custom-button:hover .button-icon i {
    color: #1A3365;
}

.yatirim-p {

    padding-top: 20px;
    text-align: center;
    color: #535353;
}

.yatirim-url  a {

    color:#00468C;
    text-decoration: underline;
}

.dokuman {
   
    padding-bottom: 16px;
}

.dokuman:last-child {
   
    padding-bottom: 0px;
}